From 2e5ca2ab6276b7b24895ade28e1533356ef523dc Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 16 Jan 2020 18:51:11 +0100 Subject: Testing config with travis --- test/main_test.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/main_test.c (limited to 'test/main_test.c') diff --git a/test/main_test.c b/test/main_test.c new file mode 100644 index 0000000..6b74ac4 --- /dev/null +++ b/test/main_test.c @@ -0,0 +1,7 @@ +#include "test_libft.h" + +int main(void) +{ + TEST_CALL(ft_strlen); + return 0; +} -- cgit