aboutsummaryrefslogtreecommitdiff
path: root/script/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/test.sh')
-rw-r--r--script/test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/script/test.sh b/script/test.sh
deleted file mode 100644
index 50a17c9..0000000
--- a/script/test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "libft_test.h"
-
-TEST_GROUP(test.sh);
-
-TEST_SETUP(test.sh);
-{}
-
-TEST_TEAR_DOWN(test.sh);
-{}
-
-TEST(test.sh, basic)
-{
-
-}