aboutsummaryrefslogtreecommitdiff
path: root/test/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/main.c')
-rw-r--r--test/src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c
index b8f5cf3..ea2865b 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -89,6 +89,8 @@ static void run_all_test(void)
RUN_TEST_GROUP(ft_dstrinsert);
RUN_TEST_GROUP(ft_dstrnew);
RUN_TEST_GROUP(ft_dstrunwrap);
+ RUN_TEST_GROUP(ft_dstrsubstitute);
+ RUN_TEST_GROUP(ft_dstrerase);
}