From 3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 19 Feb 2020 02:51:44 +0100 Subject: Tested ht* --- test/include/libft_test.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/include') diff --git a/test/include/libft_test.h b/test/include/libft_test.h index 85aa7d9..23c39c3 100644 --- a/test/include/libft_test.h +++ b/test/include/libft_test.h @@ -10,10 +10,17 @@ # include "unity.h" # include "unity_fixture.h" + +# undef free +# undef malloc + +# include + # include "libft.h" # include "libft_algo.h" # include "libft_ht.h" # include "helper/helper_segfault.h" + #endif -- cgit