cmogstored dev/user discussion/issues/patches/etc
 help / color / mirror / code / Atom feed
* [PATCH] fix tmpdir dependency for slow Ruby tests
@ 2015-11-11 10:46 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-11-11 10:46 UTC (permalink / raw)
  To: cmogstored-public

.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:
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-11 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-11 10:46 [PATCH] fix tmpdir dependency for slow Ruby tests Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/cmogstored.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).