aboutsummaryrefslogtreecommitdiff
path: root/script/test.template.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-11 14:53:20 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-11 14:53:20 +0200
commit39951f08a2938683d800c677c3a244e9ff8dbe19 (patch)
tree9321278f57c91d070e269fc2d2f95d4f2cb00fdf /script/test.template.c
parent306a69eb9ae88813cf0be0aa3e001481e12220a1 (diff)
downloadlibft-39951f08a2938683d800c677c3a244e9ff8dbe19.tar.gz
libft-39951f08a2938683d800c677c3a244e9ff8dbe19.tar.bz2
libft-39951f08a2938683d800c677c3a244e9ff8dbe19.zip
Removing none c,h files for correction
Diffstat (limited to 'script/test.template.c')
-rw-r--r--script/test.template.c26
1 files changed, 0 insertions, 26 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* 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(<funcname>);
-
-TEST_SETUP(<funcname>)
-{}
-
-TEST_TEAR_DOWN(<funcname>)
-{}
-
-TEST(<funcname>, basic)
-{
- TEST_FAIL_MESSAGE("<funcname> test not implemented");
-}