summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.top
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:56:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-26 17:56:24 +0000
commit0147e86cbabb8000602751c3b8deef4ad50f6374 (patch)
tree411afb130452a44319f9fd8429976c95be0f3fbb /makefiles/Makefile.top
parent63525e4bafd7ebcfd8b6a79c51a756ddd6f395d2 (diff)
downloadbuildsystem-0147e86cbabb8000602751c3b8deef4ad50f6374.tar.gz
buildsystem-0147e86cbabb8000602751c3b8deef4ad50f6374.tar.bz2
Make test target depend on all, so the pre/post targets get run
svn path=/trunk/tools/buildsystem/; revision=6901
Diffstat (limited to 'makefiles/Makefile.top')
-rw-r--r--makefiles/Makefile.top2
1 files changed, 1 insertions, 1 deletions
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