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.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c
index b9e8bf7..7bac44b 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -79,8 +79,15 @@ static void run_all_test(void)
RUN_TEST_GROUP(ft_vecpush);
RUN_TEST_GROUP(ft_vecremove);
RUN_TEST_GROUP(ft_vecinsert);
+
+ RUN_TEST_GROUP(ft_dstrdestroy);
+ RUN_TEST_GROUP(ft_dstrgrow);
+ RUN_TEST_GROUP(ft_dstrinsert);
+ RUN_TEST_GROUP(ft_dstrnew);
+ RUN_TEST_GROUP(ft_dstrunwrap);
}
+
int main(int argc, const char **argv)
{
return UnityMain(argc, argv, run_all_test);