1
0
Fork 0
forked from wry/wry

it: test foreign-toplevel-list

This commit is contained in:
Julian Orth 2024-04-02 15:57:41 +02:00
parent 6fe6b1b491
commit a39031d4f9
12 changed files with 276 additions and 18 deletions

View file

@ -54,6 +54,7 @@ mod t0020_surface_offset;
mod t0021_preferred_buffer_scale;
mod t0022_toplevel_suspended;
mod t0023_xdg_activation;
mod t0024_foreign_toplevel_list;
pub trait TestCase: Sync {
fn name(&self) -> &'static str;
@ -96,5 +97,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
t0021_preferred_buffer_scale,
t0022_toplevel_suspended,
t0023_xdg_activation,
t0024_foreign_toplevel_list,
}
}