diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-13 03:13:57 +0100 |
| commit | 8521c9e02b2bcb9f6437a111cba3f395236f8e22 (patch) | |
| tree | 06174b3f89357968feeca6687f8209586e7e01e5 /test/include | |
| parent | e6f53e82b0f8ae1cff3749ea3476c2074c325d7b (diff) | |
| download | libft-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.h | 1 |
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) \ |
