3 int main(int argc
, char** argv
)
8 t_stack_push_pop_basic();
9 t_stack_push_pop_evolved();
15 t_heap_push_pop_basic();
16 t_heap_push_pop_evolved();
26 //file ./t.PriorityQueue.c :
27 t_priorityqueue_clear();
28 t_priorityqueue_size();
29 t_priorityqueue_push_pop_basic();
30 t_priorityqueue_push_pop_evolved();
31 t_priorityqueue_copy();
36 t_list_push_pop_basic();
37 t_list_push_pop_evolved();
43 t_vector_push_pop_basic();
44 t_vector_push_pop_evolved();
50 t_queue_push_pop_basic();
51 t_queue_push_pop_evolved();
54 //file ./t.BufferTop.c :
57 t_buffertop_push_pop_basic();
58 t_buffertop_push_pop_evolved();