From bfc4980754171b356c79d2d5d4540e1a5ea24354 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 3 Jan 2020 16:42:20 +1000 Subject: [PATCH] test: add the test cases to the suite in the utils tests oops... Signed-off-by: Peter Hutterer --- test/test-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test-utils.c b/test/test-utils.c index 27091a01..c9535064 100644 --- a/test/test-utils.c +++ b/test/test-utils.c @@ -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; }