From d92fc5359540d7c860140f74f9f905d83b24f82d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 9 Jul 2017 12:25:44 +0000 Subject: Makefile: force unit tests to throw a make error on less than 100% success --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8b5b113..748c4f2 100644 --- a/Makefile +++ b/Makefile @@ -102,8 +102,7 @@ $(OBJS) : $(HDR) .SUFFIXES : .cpp .c .o $(SUFFIXES) check: all - cd test && ./test_suite.sh - + cd test && ./test_suite.sh | grep -q 'success rate: 100%' clean: rm -rf ${SRC_DIR}/*.o ${SRC_DIR}/*~ *~ $(OUTPUT) -- cgit v1.2.3