Add tests combining linked_list_t and enumerators

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent d3b06618f8
commit 26e8375b14
4 changed files with 308 additions and 1 deletions
+1
View File
@@ -20,5 +20,6 @@
Suite *enumerator_suite_create();
Suite *linked_list_suite_create();
Suite *linked_list_enumerator_suite_create();
#endif /** TEST_RUNNER_H_ */