From 2907708af829213794636a57df9abb2ee4c7d92f Mon Sep 17 00:00:00 2001 From: Leandro Penz Date: Sat, 10 Jan 2009 21:13:26 +0000 Subject: [PATCH] make test now builds everything and runs all tests. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 53655ae44..bd7ed542a 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,8 @@ testrunner: $(TESTOBJ) all: cppcheck testrunner tools -test: testrunner +test: all + ./testrunner tools: tools/errmsg tools/dmake