it: test surface input region
This commit is contained in:
parent
221a398abe
commit
9703ba8794
6 changed files with 68 additions and 2 deletions
|
|
@ -57,6 +57,7 @@ mod t0023_xdg_activation;
|
|||
mod t0024_foreign_toplevel_list;
|
||||
mod t0025_dnd_focus_change;
|
||||
mod t0026_output_transform;
|
||||
mod t0027_input_region;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -102,5 +103,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0024_foreign_toplevel_list,
|
||||
t0025_dnd_focus_change,
|
||||
t0026_output_transform,
|
||||
t0027_input_region,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue