aboutsummaryrefslogtreecommitdiff
path: root/test/test_libft.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-17 10:56:16 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-17 10:56:16 +0100
commitfe37597119353ce183fc404417b81bd4702f64b7 (patch)
treefaa20a8352092c062e2fd272fff2104d9f2ddb3f /test/test_libft.h
parent2e5ca2ab6276b7b24895ade28e1533356ef523dc (diff)
downloadlibft-fe37597119353ce183fc404417b81bd4702f64b7.tar.gz
libft-fe37597119353ce183fc404417b81bd4702f64b7.tar.bz2
libft-fe37597119353ce183fc404417b81bd4702f64b7.zip
Splited include like src/, Adding feature toggle protection in header
Diffstat (limited to 'test/test_libft.h')
-rw-r--r--test/test_libft.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_libft.h b/test/test_libft.h
index f4d489f..aa23e54 100644
--- a/test/test_libft.h
+++ b/test/test_libft.h
@@ -2,6 +2,7 @@
# define TEST_LIBFT_H
# include "ctest.h"
+# include "libft.h"
TEST(ft_strlen);