/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test.template.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/01 19:41:59 by charles #+# #+# */ /* Updated: 2020/04/04 20:23:33 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #include "libft_test.h" TEST_GROUP(); TEST_SETUP() {} TEST_TEAR_DOWN() {} TEST(, basic) { TEST_FAIL_MESSAGE(" test not implemented"); }