#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? }