Add basic tests for linked_list_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent 0d67c8329b
commit ff8f12298f
4 changed files with 288 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ int main()
sr = srunner_create(NULL);
srunner_add_suite(sr, enumerator_suite_create());
srunner_add_suite(sr, linked_list_suite_create());
srunner_run_all(sr, CK_NORMAL);
nf = srunner_ntests_failed(sr);