projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c04bc1
)
test: add the test cases to the suite in the utils tests
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 3 Jan 2020 06:42:20 +0000
(16:42 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 3 Jan 2020 06:44:03 +0000
(16:44 +1000)
oops...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/test-utils.c
patch
|
blob
|
history
diff --git
a/test/test-utils.c
b/test/test-utils.c
index 27091a0193031b7d7eaed6bd3d31418634330767..c9535064087f630a12a2ef7cef8d56e271386146 100644
(file)
--- 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;
}