From bbca9dc057781fee887a5110877b988c777e8eb0 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 5 Nov 2019 06:09:11 +0100 Subject: Added save_failed.py script to save previously failed test to a file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit