aboutsummaryrefslogtreecommitdiff
path: root/test/main_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/main_test.c')
-rw-r--r--test/main_test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/main_test.c b/test/main_test.c
deleted file mode 100644
index 6b74ac4..0000000
--- a/test/main_test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "test_libft.h"
-
-int main(void)
-{
- TEST_CALL(ft_strlen);
- return 0;
-}