unit-tests: add a test case checking if all test vectors have been passed

This commit is contained in:
Martin Willi
2013-06-21 10:53:20 +02:00
parent e9e4759733
commit cb1745f7a6
4 changed files with 44 additions and 1 deletions
+1
View File
@@ -50,6 +50,7 @@ int main()
srunner_add_suite(sr, identification_suite_create());
srunner_add_suite(sr, threading_suite_create());
srunner_add_suite(sr, utils_suite_create());
srunner_add_suite(sr, vectors_suite_create());
srunner_run_all(sr, CK_NORMAL);
nf = srunner_ntests_failed(sr);