aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-01-14 15:50:09 +0100
committerCharles <sircharlesaze@gmail.com>2020-01-14 15:50:09 +0100
commit1ab2fedd108b26c9624454a897e2c518aaff7d32 (patch)
treefff428b72e018b2f17bea7c3cd5eb19ff096ea7f /Makefile
parent66bfb5efc23b4dd9819bf70b5a709c81ccf7a820 (diff)
downloadlibasm_test-1ab2fedd108b26c9624454a897e2c518aaff7d32.tar.gz
libasm_test-1ab2fedd108b26c9624454a897e2c518aaff7d32.tar.bz2
libasm_test-1ab2fedd108b26c9624454a897e2c518aaff7d32.zip
Linux portability, moved tests to test/ dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ddc3162..468998a 100644
--- a/Makefile
+++ b/Makefile
@@ -16,13 +16,13 @@ LDFLAGS = -L$(LIBASM_PATH) -lasm
NAME = runtest
SRC = main.c \
helper.c \
- ft_strlen_test.c \
- ft_strcpy_test.c \
- ft_strcmp_test.c \
- ft_write_test.c \
- ft_read_test.c \
- ft_strdup_test.c \
- ft_atoi_base_test.c \
+ test/ft_strlen_test.c \
+ test/ft_strcpy_test.c \
+ test/ft_strcmp_test.c \
+ test/ft_write_test.c \
+ test/ft_read_test.c \
+ test/ft_strdup_test.c \
+ test/ft_atoi_base_test.c \
functions_reference/ref_ft_atoi_base.c
#ft_list_push_front_test.c ft_list_size_test.c \
# ft_list_sort_test.c ft_list_remove_if_test.c \