aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner/test_ft_strlen_runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/runner/test_ft_strlen_runner.c')
-rw-r--r--test/src/runner/test_ft_strlen_runner.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/src/runner/test_ft_strlen_runner.c b/test/src/runner/test_ft_strlen_runner.c
new file mode 100644
index 0000000..368c033
--- /dev/null
+++ b/test/src/runner/test_ft_strlen_runner.c
@@ -0,0 +1,6 @@
+#include "libft_test.h"
+
+TEST_GROUP_RUNNER(ft_strlen)
+{
+ RUN_TEST_CASE(ft_strlen, yo);
+}