aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-07-09 11:34:59 +0000
committerPjotr Prins2017-07-09 11:34:59 +0000
commitc978835c3630286414df6076d38aad16277cdb6b (patch)
treecad6a986bfd138975cd9a7999e63bcb6a4926966 /Makefile
parent7ff18ffdf85d3cb66564443bfa9b5f2836f60a25 (diff)
downloadpangemma-c978835c3630286414df6076d38aad16277cdb6b.tar.gz
Run test_suite directly from Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7fba573..8b5b113 100644
--- a/Makefile
+++ b/Makefile
@@ -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)