diff options
author | Pjotr Prins | 2017-07-09 11:34:59 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-09 11:34:59 +0000 |
commit | c978835c3630286414df6076d38aad16277cdb6b (patch) | |
tree | cad6a986bfd138975cd9a7999e63bcb6a4926966 /Makefile | |
parent | 7ff18ffdf85d3cb66564443bfa9b5f2836f60a25 (diff) | |
download | pangemma-c978835c3630286414df6076d38aad16277cdb6b.tar.gz |
Run test_suite directly from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ $(OBJS) : $(HDR) .SUFFIXES : .cpp .c .o $(SUFFIXES) check: all - ./run_tests.sh + cd test && ./test_suite.sh clean: rm -rf ${SRC_DIR}/*.o ${SRC_DIR}/*~ *~ $(OUTPUT) |