diff options
author | Pjotr Prins | 2017-07-09 12:25:44 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-09 12:25:44 +0000 |
commit | d92fc5359540d7c860140f74f9f905d83b24f82d (patch) | |
tree | cc040bc8abab2800e1c57378749aa606bb16baa0 /Makefile | |
parent | c978835c3630286414df6076d38aad16277cdb6b (diff) | |
download | pangemma-d92fc5359540d7c860140f74f9f905d83b24f82d.tar.gz |
Makefile: force unit tests to throw a make error on less than 100% success
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |