about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-11 10:43:29 +0000
committerEric Wong <e@80x24.org>2015-11-11 10:43:29 +0000
commit23123554d4bf85246aeb80bc837fd94add5b4269 (patch)
treedf546cce2824588c984927194e33cbabeaf488b7
parent1225f9ce4c32b3bba61ce92a487d99260a001995 (diff)
downloadcmogstored-23123554d4bf85246aeb80bc837fd94add5b4269.tar.gz
.slowrb tests have a different suffix and the test dependencies
need to be split out separately.
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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: