fe3b1cf7d0eca2f9f9b4fa3dfe6a0f1f1fbd7c72
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_set_add_remove_basic();
30 t_set_getnull_modify();
37 t_list_push_pop_basic();
38 t_list_push_pop_evolved();
41 //file ./t.BufferTop.c :
44 t_buffertop_push_pop_basic();
45 t_buffertop_push_pop_evolved();
48 //file ./t.HashTable.c :
51 t_hashtable_set_remove_basic();
52 t_hashtable_getnull_modify();
58 t_stack_push_pop_basic();
59 t_stack_push_pop_evolved();
65 t_queue_push_pop_basic();
66 t_queue_push_pop_evolved();
72 t_vector_push_pop_basic();
73 t_vector_push_pop_evolved();