From dd5d60dc4cf8052feb00847f9b2276cf105b0551 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 30 Mar 2020 22:43:25 +0200 Subject: Renaming test according to src --- test/src/lst/test_ft_lstclear.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/src/lst/test_ft_lstclear.c (limited to 'test/src/lst/test_ft_lstclear.c') 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? -} -- cgit