From 23123554d4bf85246aeb80bc837fd94add5b4269 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 11 Nov 2015 10:43:29 +0000 Subject: fix tmpdir dependency for slow Ruby tests .slowrb tests have a different suffix and the test dependencies need to be split out separately. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5860f9c..dc49d26 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,7 +144,8 @@ TESTS = $(SLOW_RB_FILES) $(RB_TESTS_FAST) $(check_tests) $(PERL_TESTS) # we need TMPDIR to work in a place where iostat(1) gives stats test_tmpdir = $(top_builddir)/tmp -$(RB_TESTS:.rb=.log): $(bin_PROGRAMS) $(test_tmpdir)/.stamp +$(RB_TESTS_FAST:.rb=.log): $(bin_PROGRAMS) $(test_tmpdir)/.stamp +$(RB_TESTS_SLOW:.slowrb=.log): $(bin_PROGRAMS) $(test_tmpdir)/.stamp $(PERL_TESTS:.perl=.log): $(bin_PROGRAMS) $(test_tmpdir)/.stamp $(test_tmpdir)/.stamp: -- cgit v1.2.3-24-ge0c7