diff options
Diffstat (limited to 'test/include/libft_test.h')
| -rw-r--r-- | test/include/libft_test.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/include/libft_test.h b/test/include/libft_test.h new file mode 100644 index 0000000..c5eb5e2 --- /dev/null +++ b/test/include/libft_test.h @@ -0,0 +1,14 @@ +#ifndef LIBFT_TEST_H +# define LIBFT_TEST_H + +# include <string.h> +# include <sys/wait.h> + +# include "unity.h" +# include "unity_fixture.h" +# include "libft.h" +# include "libft_ht.h" + +# include "helper/helper_segfault.h" + +#endif |
