From 3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 19 Feb 2020 02:51:44 +0100 Subject: Tested ht* --- test/src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/src/main.c') 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); -- cgit