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