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, 3 insertions, 0 deletions
diff --git a/test/src/main.c b/test/src/main.c
index e962577..9636cf7 100644
--- a/test/src/main.c
+++ b/test/src/main.c
@@ -1,5 +1,7 @@
#include "libft_test.h"
+int helper_segfault_pid = -1;
+
static void run_all_test(void)
{
// ctype
@@ -34,6 +36,7 @@ static void run_all_test(void)
RUN_TEST_GROUP(ft_strsjoinf);
RUN_TEST_GROUP(ft_strsub);
RUN_TEST_GROUP(ft_strsubf);
+ RUN_TEST_GROUP(ft_strtol);
// ht
RUN_TEST_GROUP(ft_htentry_new);