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 c015945..e93c623 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -35,6 +35,8 @@ static void run_all_test(void)
RUN_TEST_GROUP(ft_htnew);
RUN_TEST_GROUP(ft_htget);
RUN_TEST_GROUP(ft_htset);
+ RUN_TEST_GROUP(ft_htdelone);
+ RUN_TEST_GROUP(ft_htdestroy);
// algo
RUN_TEST_GROUP(ft_bsearch);