it: test xdg-activation
This commit is contained in:
parent
91022cd1c8
commit
6fe6b1b491
16 changed files with 239 additions and 23 deletions
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue