Autoarr_define
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#include "tests.h"
|
||||
|
||||
void test_all(){
|
||||
// test_string();
|
||||
// test_safethrow();
|
||||
// test_searchtree();
|
||||
// test_autoarr();
|
||||
// test_autoarr2();
|
||||
// test_hash_functions();
|
||||
// test_hashtable();
|
||||
// test_dtsod();
|
||||
test_hashtable2();
|
||||
test_string();
|
||||
test_safethrow();
|
||||
test_searchtree();
|
||||
test_autoarr();
|
||||
test_hash_functions();
|
||||
test_hashtable();
|
||||
test_dtsod();
|
||||
test_autoarr2();
|
||||
// test_hashtable2();
|
||||
printf("\e[96m--------------------------------------\e[0m\n");
|
||||
}
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@ char data[]="iojihiojopijiugbjmoihftytryfdrh";
|
||||
}\
|
||||
printf("\e[93m%u \e[94mcollisions detected in %u hashes\n", collisions, COLLISION_TESTS);\
|
||||
}));\
|
||||
Autoarr_free(hashes);\
|
||||
printf("\e[96m--------------------------------------\n");\
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user