From 0147e86cbabb8000602751c3b8deef4ad50f6374 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 26 Mar 2009 17:56:24 +0000 Subject: Make test target depend on all, so the pre/post targets get run svn path=/trunk/tools/buildsystem/; revision=6901 --- makefiles/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.top') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 515dc1f..34f79ad 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -169,7 +169,7 @@ endif all: $(PRE_TARGETS) $(OUTPUT) $(POST_TARGETS) # Build and execute testsuite -test: $(OUTPUT) $(TEST_BINARIES) $(TEST_TARGETS) +test: all $(TEST_BINARIES) $(TEST_TARGETS) $(VQ)$(ECHO) $(ECHOFLAGS) " TEST: Testing complete" # Compute coverage -- cgit v1.2.3