c5683f8c4d492376f93071cce71d2e375e029bd2
3 int main(int argc
, char** argv
)
12 //file ./t.PriorityQueue.c :
13 t_priorityqueue_clear();
14 t_priorityqueue_size();
15 t_priorityqueue_push_pop_basic();
16 t_priorityqueue_push_pop_evolved();
17 t_priorityqueue_copy();
22 t_heap_push_pop_basic();
23 t_heap_push_pop_evolved();
29 t_list_push_pop_basic();
30 t_list_push_pop_evolved();
33 //file ./t.BufferTop.c :
36 t_buffertop_push_pop_basic();
37 t_buffertop_push_pop_evolved();
40 //file ./t.HashTable.c :
41 //t_hashtable_clear();
43 t_hashtable_set_remove_basic();
44 //t_hashtable_getnull_modify();
50 t_stack_push_pop_basic();
51 t_stack_push_pop_evolved();
57 t_queue_push_pop_basic();
58 t_queue_push_pop_evolved();
64 t_vector_push_pop_basic();
65 t_vector_push_pop_evolved();