diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:43:25 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:43:25 +0200 |
| commit | dd5d60dc4cf8052feb00847f9b2276cf105b0551 (patch) | |
| tree | 2c71a2799dd4314b6ca22f3847b30d7553845dce /test/src/lst/test_ft_lstclear.c | |
| parent | 901402c99018422c994bdb297e3ba404969c88ea (diff) | |
| download | libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.tar.gz libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.tar.bz2 libft-dd5d60dc4cf8052feb00847f9b2276cf105b0551.zip | |
Renaming test according to src
Diffstat (limited to 'test/src/lst/test_ft_lstclear.c')
| -rw-r--r-- | test/src/lst/test_ft_lstclear.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/src/lst/test_ft_lstclear.c b/test/src/lst/test_ft_lstclear.c deleted file mode 100644 index acffb17..0000000 --- a/test/src/lst/test_ft_lstclear.c +++ /dev/null @@ -1,14 +0,0 @@ -#include "libft_test.h" - -TEST_GROUP(ft_lstclear); - -TEST_SETUP(ft_lstclear) -{} - -TEST_TEAR_DOWN(ft_lstclear) -{} - -TEST(ft_lstclear, basic) -{ - TEST_PASS(); // how to test free? -} |
