it: test float restacking
This commit is contained in:
parent
9703ba8794
commit
94208691b2
6 changed files with 63 additions and 6 deletions
|
|
@ -58,6 +58,7 @@ mod t0024_foreign_toplevel_list;
|
|||
mod t0025_dnd_focus_change;
|
||||
mod t0026_output_transform;
|
||||
mod t0027_input_region;
|
||||
mod t0028_top_level_restacking;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -104,5 +105,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0025_dnd_focus_change,
|
||||
t0026_output_transform,
|
||||
t0027_input_region,
|
||||
t0028_top_level_restacking,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue