aboutsummaryrefslogtreecommitdiff
path: root/test/src/runner
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/runner')
-rw-r--r--test/src/runner/test_runner_str.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/src/runner/test_runner_str.c b/test/src/runner/test_runner_str.c
index a6c0da8..8d3b68a 100644
--- a/test/src/runner/test_runner_str.c
+++ b/test/src/runner/test_runner_str.c
@@ -19,3 +19,13 @@ TEST_GROUP_RUNNER(ft_strsjoinf)
{
RUN_TEST_CASE(ft_strsjoinf, basic);
}
+
+TEST_GROUP_RUNNER(ft_strsub)
+{
+ RUN_TEST_CASE(ft_strsub, basic);
+}
+
+TEST_GROUP_RUNNER(ft_strsubf)
+{
+ RUN_TEST_CASE(ft_strsubf, basic);
+}