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/main_test.c | |
| parent | fe37597119353ce183fc404417b81bd4702f64b7 (diff) | |
| download | libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.gz libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.tar.bz2 libft-aa9613efb6fb39bd96fc4836b5d38c3746af1b15.zip | |
hash table draft
Diffstat (limited to 'test/main_test.c')
| -rw-r--r-- | test/main_test.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/main_test.c b/test/main_test.c deleted file mode 100644 index 6b74ac4..0000000 --- a/test/main_test.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "test_libft.h" - -int main(void) -{ - TEST_CALL(ft_strlen); - return 0; -} |
