From cbe5c926a8e5747cccf8c15af0cbf1f7ac64d475 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 3 Nov 2019 05:47:05 +0100 Subject: Added printf_tests tests --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d8ba187..0853330 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ PYTHON = python3 RM = rm -f MAKE = make -j4 -SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c +SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c \ + tests/printf_tests_tests.c OBJ = $(SRC:.c=.o) run: all -- cgit