1
0
Fork 0
forked from wry/wry

it: test wlr-data-control

This commit is contained in:
Julian Orth 2024-04-03 13:47:07 +02:00
parent fd056c5361
commit 5c80d940af
11 changed files with 437 additions and 2 deletions

View file

@ -63,6 +63,7 @@ mod t0029_double_click_float;
mod t0030_cursor_shape;
mod t0031_syncobj;
mod t0032_content_type;
mod t0032_data_control;
pub trait TestCase: Sync {
fn name(&self) -> &'static str;
@ -113,5 +114,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
t0029_double_click_float,
t0030_cursor_shape,
t0031_syncobj,
t0032_data_control,
}
}