aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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)