From e7545e6366aefecca9f8bf1483a5777ed9f101b6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 16 Apr 2009 16:16:24 -0700 Subject: test: fix dependency issue with "make test-unit" 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. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-24-ge0c7