it: test natural scrolling
This commit is contained in:
parent
f562f887f0
commit
adf6d2ae2b
12 changed files with 149 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ mod t0015_scroll_partial;
|
|||
mod t0016_scroll_ws;
|
||||
mod t0017_remove_unused_ws;
|
||||
mod t0018_click_to_active_ws;
|
||||
mod t0019_natural_scrolling;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -80,5 +81,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0016_scroll_ws,
|
||||
t0017_remove_unused_ws,
|
||||
t0018_click_to_active_ws,
|
||||
t0019_natural_scrolling,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue