diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-05 06:09:11 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-05 06:09:11 +0100 |
| commit | bbca9dc057781fee887a5110877b988c777e8eb0 (patch) | |
| tree | 50635bcbf82ba12b3b64614c04f86e23c6f655a9 /Makefile | |
| parent | f4e039e5c23d5aea7a45dd8f81d573902681ec99 (diff) | |
| download | ft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.tar.gz ft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.tar.bz2 ft_printf_test-bbca9dc057781fee887a5110877b988c777e8eb0.zip | |
Added save_failed.py script to save previously failed test to a file
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ RM = rm -f MAKE = make -j4 SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c \ - tests/printf_tests_tests.c generated.c + tests/printf_tests_tests.c generated.c saved_tests.c OBJ = $(SRC:.c=.o) run: all |
