diff options
Diffstat (limited to 'test/src/lst/test_ft_lstclear.c')
| -rw-r--r-- | test/src/lst/test_ft_lstclear.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/src/lst/test_ft_lstclear.c b/test/src/lst/test_ft_lstclear.c new file mode 100644 index 0000000..1139f96 --- /dev/null +++ b/test/src/lst/test_ft_lstclear.c @@ -0,0 +1,14 @@ +#include "libft_test.h" + +TEST_GROUP(ft_lstclear); + +TEST_SETUP(ft_lstclear) +{} + +TEST_TEAR_DOWN(ft_lstclear) +{} + +TEST(ft_lstclear, basic) +{ + +} |
