Converted and added tests for hashtable_t

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:10 +02:00
parent 0298be5705
commit e09461bf77
7 changed files with 299 additions and 115 deletions
+1
View File
@@ -21,6 +21,7 @@
Suite *enumerator_suite_create();
Suite *linked_list_suite_create();
Suite *linked_list_enumerator_suite_create();
Suite *hashtable_suite_create();
Suite *identification_suite_create();
#endif /** TEST_RUNNER_H_ */