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