From 1ab2fedd108b26c9624454a897e2c518aaff7d32 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Jan 2020 15:50:09 +0100 Subject: Linux portability, moved tests to test/ dir --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 840d73c..b81a1ed 100644 --- a/main.c +++ b/main.c @@ -6,8 +6,10 @@ main(void) ft_strlen_test(); ft_strcpy_test(); ft_strcmp_test(); +#ifndef __linux__ ft_write_test(); ft_read_test(); +#endif ft_strdup_test(); ft_atoi_base_test(); -- cgit