1
0
Fork 0
forked from wry/wry

it: test xdg-activation

This commit is contained in:
Julian Orth 2024-04-02 15:03:24 +02:00
parent 91022cd1c8
commit 6fe6b1b491
16 changed files with 239 additions and 23 deletions

View file

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