test: add the test cases to the suite in the utils tests

oops...

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-01-03 16:42:20 +10:00
parent 5c04bc1851
commit bfc4980754

View file

@ -1144,6 +1144,8 @@ litest_utils_suite(void)
tcase_add_test(tc, list_test_append);
tcase_add_test(tc, strverscmp_test);
suite_add_tcase(s, tc);
return s;
}