aboutsummaryrefslogtreecommitdiff
path: root/test/src/main.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-31 02:35:26 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-31 02:35:26 +0100
commit64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50 (patch)
tree071aca4286bd3d0166a59642325482997031e745 /test/src/main.c
parentb96b82194ccad2cddbb46b77aa1962a57c47ff44 (diff)
downloadlibft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.tar.gz
libft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.tar.bz2
libft-64b7d55ed56c8696bc5580c6ca73e1ce4ebfab50.zip
Removing heapsort tests
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);