Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
ck_assert_int_eq(open_func_count, 0);
ck_assert_int_eq(close_func_count, 0);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST
libinput_destroy(li);
ck_assert_int_eq(close_func_count, 0);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST
libevdev_uinput_destroy(uinput);
libinput_destroy(li);
ck_assert_int_eq(close_func_count, 1);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST
libevdev_uinput_destroy(uinput);
libinput_destroy(li);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST
libevdev_uinput_destroy(uinput);
libinput_destroy(li);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST
libevdev_uinput_destroy(uinput);
libinput_destroy(li);
+
+ open_func_count = 0;
+ close_func_count = 0;
}
END_TEST