From 39951f08a2938683d800c677c3a244e9ff8dbe19 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 11 Oct 2020 14:53:20 +0200 Subject: Removing none c,h files for correction --- script/test.template.c | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 script/test.template.c (limited to 'script/test.template.c') diff --git a/script/test.template.c b/script/test.template.c deleted file mode 100644 index f6d71e8..0000000 --- a/script/test.template.c +++ /dev/null @@ -1,26 +0,0 @@ -/* ************************************************************************** */ -/* */ -/* ::: :::::::: */ -/* 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"); -} -- cgit