From 6ebaad27d92a5bb47fdf9618df12d3b4120f664e Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 4 Nov 2019 02:39:01 +0100 Subject: Added basic test generator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cdda12..7a8f2a4 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 + tests/printf_tests_tests.c generated.c OBJ = $(SRC:.c=.o) run: all -- cgit