From 9db52bc5ef545a3fa9973002e9a28a2ece68d029 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 08:08:59 +0100 Subject: Setup unit test with unity --- test/include/libft_test.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/include/libft_test.h (limited to 'test/include') 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 -- cgit