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
@@ -19,5 +19,6 @@
#include <check.h>
Suite *enumerator_suite_create();
Suite *linked_list_suite_create();
#endif /** TEST_RUNNER_H_ */