aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-05 06:09:11 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-05 06:09:11 +0100
commitbbca9dc057781fee887a5110877b988c777e8eb0 (patch)
tree50635bcbf82ba12b3b64614c04f86e23c6f655a9 /Makefile
parentf4e039e5c23d5aea7a45dd8f81d573902681ec99 (diff)
downloadft_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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c5c024..bcd72c1 100644
--- a/Makefile
+++ b/Makefile
@@ -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