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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/src/main.c b/test/src/main.c
index 357e02e..75484de 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -1,5 +1,7 @@
#include "libft_test.h"
+int helper_segfault_pid;
+
static void run_all_test(void)
{
// ctype
@@ -47,7 +49,6 @@ static void run_all_test(void)
// algo
RUN_TEST_GROUP(ft_bsearch);
RUN_TEST_GROUP(ft_compar_int);
- RUN_TEST_GROUP(ft_heapsort);
RUN_TEST_GROUP(ft_is_set);
RUN_TEST_GROUP(ft_lfind);
RUN_TEST_GROUP(ft_lsearch);