Autoarr_define

This commit is contained in:
2022-07-17 17:05:10 +03:00
parent ecae6eb04e
commit 2de4506e01
10 changed files with 38 additions and 37 deletions

View File

@@ -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");
}

View File

@@ -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");\
})