unit-tests: implement tests for array collection

This commit is contained in:
Martin Willi
2013-07-17 17:20:17 +02:00
parent 2621ff4d40
commit 4730c4b32b
4 changed files with 363 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ Suite *enumerator_suite_create();
Suite *linked_list_suite_create();
Suite *linked_list_enumerator_suite_create();
Suite *hashtable_suite_create();
Suite *array_suite_create();
Suite *identification_suite_create();
Suite *threading_suite_create();
Suite *utils_suite_create();