From 2b467659d30db14df17c7b50438c46788ab0d341 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 2 Nov 2019 02:28:06 +0100 Subject: Added no crash, uint, hex low and hex up pft tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ab6d2c..3ac3576 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PYTHON = python3 RM = rm -f MAKE = make -j4 -SRC = main.c helper.c moulitest_read_stdout.c +SRC = main.c helper.c pft_tests.c OBJ = $(SRC:.c=.o) run: run_pretty -- cgit