42sh 1.0.0
Create a shell in C
|
Unit tests for each function of the mylist lib. More...
Functions | |
Test (my_concat_list, my_concat_list) | |
Test (my_delete_nodes, my_delete_nodes) | |
Test (my_find_node, my_find_node) | |
Test (my_list_size, my_list_size) | |
Test (my_list_to_array, my_list_to_array) | |
Test (my_merge_list, my_merge_list) | |
Test (my_params_to_list, my_params_to_list) | |
Test (my_pop_back, my_pop_back) | |
Test (my_pop_front, my_pop_front) | |
Test (my_pop_node, my_pop_node) | |
Test (my_rev_list, my_rev_list) | |
Test (my_show_list, my_show_list) | |
Test (my_sort_list, my_sort_list) | |
Unit tests for each function of the mylist lib.