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
@@ -29,5 +29,6 @@ Suite *hashtable_suite_create();
Suite *identification_suite_create();
Suite *threading_suite_create();
Suite *utils_suite_create();
Suite *vectors_suite_create();
#endif /** TEST_RUNNER_H_ */