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, 7 insertions, 0 deletions
diff --git a/test/main_test.c b/test/main_test.c
new file mode 100644
index 0000000..6b74ac4
--- /dev/null
+++ b/test/main_test.c
@@ -0,0 +1,7 @@
+#include "test_libft.h"
+
+int main(void)
+{
+ TEST_CALL(ft_strlen);
+ return 0;
+}