diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-17 10:56:16 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-17 10:56:16 +0100 |
| commit | fe37597119353ce183fc404417b81bd4702f64b7 (patch) | |
| tree | faa20a8352092c062e2fd272fff2104d9f2ddb3f /test/test_libft.h | |
| parent | 2e5ca2ab6276b7b24895ade28e1533356ef523dc (diff) | |
| download | libft-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.h | 1 |
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); |
