Converted tests for identification_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent 3cbacad40b
commit 0298be5705
7 changed files with 215 additions and 255 deletions
+1
View File
@@ -35,6 +35,7 @@ int main()
srunner_add_suite(sr, enumerator_suite_create());
srunner_add_suite(sr, linked_list_suite_create());
srunner_add_suite(sr, linked_list_enumerator_suite_create());
srunner_add_suite(sr, identification_suite_create());
srunner_run_all(sr, CK_NORMAL);
nf = srunner_ntests_failed(sr);