diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-30 10:36:49 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-30 10:36:49 +0100 |
| commit | aa9613efb6fb39bd96fc4836b5d38c3746af1b15 (patch) | |
| tree | 0fac2b661a860b3ca2e3effa868384290064f708 /test/test_libft.h | |
| parent | fe37597119353ce183fc404417b81bd4702f64b7 (diff) | |
| download | libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.gz libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.bz2 libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.zip | |
hash table draft
Diffstat (limited to 'test/test_libft.h')
| -rw-r--r-- | test/test_libft.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/test_libft.h b/test/test_libft.h deleted file mode 100644 index aa23e54..0000000 --- a/test/test_libft.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef TEST_LIBFT_H -# define TEST_LIBFT_H - -# include "ctest.h" -# include "libft.h" - -TEST(ft_strlen); - -#endif |
