X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=test%2Fmain.c;fp=test%2Fmain.c;h=00b957fac3281a698afe14f2fd87d0f5a4a996de;hp=c5683f8c4d492376f93071cce71d2e375e029bd2;hb=e45132acdb58c076d5e06849fa51c26de9a7486d;hpb=1ff641f9960fa6c6081817a5641afb22fad91dcd diff --git a/test/main.c b/test/main.c index c5683f8..00b957f 100644 --- a/test/main.c +++ b/test/main.c @@ -38,11 +38,11 @@ int main(int argc, char** argv) t_buffertop_copy(); //file ./t.HashTable.c : - //t_hashtable_clear(); - //t_hashtable_size(); + t_hashtable_clear(); + t_hashtable_size(); t_hashtable_set_remove_basic(); - //t_hashtable_getnull_modify(); - //t_hashtable_copy(); + t_hashtable_getnull_modify(); + t_hashtable_copy(); //file ./t.Stack.c : t_stack_clear();