aboutsummaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-13 03:13:57 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-13 03:13:57 +0100
commit8521c9e02b2bcb9f6437a111cba3f395236f8e22 (patch)
tree06174b3f89357968feeca6687f8209586e7e01e5 /test/include
parente6f53e82b0f8ae1cff3749ea3476c2074c325d7b (diff)
downloadlibft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.gz
libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.tar.bz2
libft-8521c9e02b2bcb9f6437a111cba3f395236f8e22.zip
Added ft_memmem and ft_memset_pattern4, not tested
Diffstat (limited to 'test/include')
-rw-r--r--test/include/helper/helper_segfault.h1
1 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) \