From ac0559db82bfef3b7ca3d976b1d7700ed2c1c1fc Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 31 Jan 2020 10:44:30 +0100 Subject: hash table unit testing, norming --- test/include/libft_test.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/include/libft_test.h') diff --git a/test/include/libft_test.h b/test/include/libft_test.h index 1c5ebb5..c5eb5e2 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -1,8 +1,14 @@ #ifndef LIBFT_TEST_H # define LIBFT_TEST_H +# include +# include + # include "unity.h" # include "unity_fixture.h" # include "libft.h" +# include "libft_ht.h" + +# include "helper/helper_segfault.h" #endif -- cgit