about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-04-16 16:16:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-04-16 16:16:24 -0700
commite7545e6366aefecca9f8bf1483a5777ed9f101b6 (patch)
treeacdc7404a8c29b344a61cbf91450cd55f91bc3ea /GNUmakefile
parent66841a0164bc03eddb7a6ac31e3923302dbc5146 (diff)
downloadunicorn-e7545e6366aefecca9f8bf1483a5777ed9f101b6.tar.gz
The $(test_prefix)/.stamp file must be a dependency of the
parent make process otherwise the slow %.n children won't be
able to communicate the dependency up to the other non-slow
tests.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2ed1ddf..4774437 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -62,7 +62,7 @@ test: $(T) $(T_n)
 
 test-exec: $(wildcard test/exec/test_*.rb)
 test-unit: $(wildcard test/unit/test_*.rb)
-$(slow_tests):
+$(slow_tests): $(test_prefix)/.stamp
         @$(MAKE) $(shell $(awk_slow) $@)
 
 TEST_OPTS = -v