From c978835c3630286414df6076d38aad16277cdb6b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 9 Jul 2017 11:34:59 +0000 Subject: Run test_suite directly from Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3