diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-14 15:50:09 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-14 15:50:09 +0100 |
| commit | 1ab2fedd108b26c9624454a897e2c518aaff7d32 (patch) | |
| tree | fff428b72e018b2f17bea7c3cd5eb19ff096ea7f /Makefile | |
| parent | 66bfb5efc23b4dd9819bf70b5a709c81ccf7a820 (diff) | |
| download | libasm_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-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 \ |
