aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/include/helper/helper_segfault.h1
-rwxr-xr-xtest/libft_testbin53772 -> 0 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/test/include/helper/helper_segfault.h b/test/include/helper/helper_segfault.h
index 99351af..d638a70 100644
--- a/test/include/helper/helper_segfault.h
+++ b/test/include/helper/helper_segfault.h
@@ -4,6 +4,7 @@
extern int helper_segfault_pid;
# define TEST_ASSERT_SEGFAULT(code) do { \
+ fflush(stdout); \
if ((helper_segfault_pid = fork()) < 0) \
exit(EXIT_FAILURE); \
if (helper_segfault_pid == 0) \
diff --git a/test/libft_test b/test/libft_test
deleted file mode 100755
index 3af5a2f..0000000
--- a/test/libft_test
+++ /dev/null
Binary files differ