mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
test: re-enable the selftests
An `#if 0` was accidentally checked in in1e445f3f84, disabling all but the newly added tests there. Fixes:1e445f3f84("test: implement support for parametrizing tests") Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1177>
This commit is contained in:
parent
0cc1e651d8
commit
8683457ee9
1 changed files with 0 additions and 2 deletions
|
|
@ -503,7 +503,6 @@ litest_assert_macros_suite(void)
|
|||
Suite *s;
|
||||
|
||||
s = suite_create("litest:assert macros");
|
||||
#if 0
|
||||
tc = tcase_create("assert");
|
||||
tcase_add_test_raise_signal(tc, litest_assert_trigger, SIGABRT);
|
||||
tcase_add_test(tc, litest_assert_notrigger);
|
||||
|
|
@ -575,7 +574,6 @@ litest_assert_macros_suite(void)
|
|||
tcase_add_test_raise_signal(tc, zalloc_too_large, SIGABRT);
|
||||
suite_add_tcase(s, tc);
|
||||
|
||||
#endif
|
||||
tc = tcase_create("parameters ");
|
||||
tcase_add_test(tc, parameter_permutations);
|
||||
suite_add_tcase(s, tc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue