aboutsummaryrefslogtreecommitdiff
path: root/test/include/libft_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/include/libft_test.h')
-rw-r--r--test/include/libft_test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/include/libft_test.h b/test/include/libft_test.h
new file mode 100644
index 0000000..1c5ebb5
--- /dev/null
+++ b/test/include/libft_test.h
@@ -0,0 +1,8 @@
+#ifndef LIBFT_TEST_H
+# define LIBFT_TEST_H
+
+# include "unity.h"
+# include "unity_fixture.h"
+# include "libft.h"
+
+#endif