aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-26 00:50:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-03-26 00:50:59 +0000
commit72e0799a92fae9bc8f1687f256505c42be8cbb4c (patch)
treefaec16af365c57e3300bd25cccf73a507dd7cd82 /common.mk
parentd1642a3d57da5e0ae437e5041aca6e842cee39c1 (diff)
downloadruby-72e0799a92fae9bc8f1687f256505c42be8cbb4c.tar.gz
common.mk: test-rubyspec
* common.mk (yes-test-rubyspec): make jobserver ready. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 338b5fd03b..bf03a821c5 100644
--- a/common.mk
+++ b/common.mk
@@ -710,6 +710,7 @@ test-rubyspec-precheck: $(arch)-fake.rb
test-rubyspec: $(TEST_RUNNABLE)-test-rubyspec
yes-test-rubyspec: test-rubyspec-precheck
+ $(gnumake_recursive)$(Q) \
$(RUNRUBY) -r./$(arch)-fake $(srcdir)/spec/mspec/bin/mspec run -B $(srcdir)/spec/default.mspec $(MSPECOPT)
no-test-rubyspec: test-rubyspec-precheck