aboutsummaryrefslogtreecommitdiff
path: root/test/include/libft_test.h
blob: c5eb5e2f80cb078b675be0190abda5ff6d4cdfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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