Some fixes + improvements (Vector) + code reformatting
[cgds.git] / test / main.c
index c5683f8..fe3b1cf 100644 (file)
@@ -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();