aboutsummaryrefslogtreecommitdiff
path: root/test/include
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-19 02:51:44 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-19 02:51:44 +0100
commit3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 (patch)
tree29803aac5bd1fe039b9a8179e8c2a4f07e68ec82 /test/include
parent0362f55a094b5ec813d940b66f397abfa13fbe49 (diff)
downloadlibft-3c3f1115f6e9a9b914e2dcbd796501ca7ce85342.tar.gz
libft-3c3f1115f6e9a9b914e2dcbd796501ca7ce85342.tar.bz2
libft-3c3f1115f6e9a9b914e2dcbd796501ca7ce85342.zip
Tested ht*
Diffstat (limited to 'test/include')
-rw-r--r--test/include/libft_test.h7
1 files changed, 7 insertions, 0 deletions
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 <stdlib.h>
+
# include "libft.h"
# include "libft_algo.h"
# include "libft_ht.h"
# include "helper/helper_segfault.h"
+
#endif