X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=test%2Fmain.c;h=fe3b1cf7d0eca2f9f9b4fa3dfe6a0f1f1fbd7c72;hb=HEAD;hp=c5683f8c4d492376f93071cce71d2e375e029bd2;hpb=1ff641f9960fa6c6081817a5641afb22fad91dcd;p=cgds.git diff --git a/test/main.c b/test/main.c index c5683f8..fe3b1cf 100644 --- a/test/main.c +++ b/test/main.c @@ -23,6 +23,14 @@ int main(int argc, char** argv) t_heap_push_pop_evolved(); t_heap_copy(); + //file ./t.Set.c : + t_set_clear(); + t_set_size(); + t_set_add_remove_basic(); + t_set_getnull_modify(); + t_set_copy(); + t_set_tovect(); + //file ./t.List.c : t_list_clear(); t_list_size(); @@ -38,11 +46,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();