mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: excluding options to test-ruby
* common.mk (yes-test-ruby): apply excluding options as well as "test". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
07dafa350f
commit
cb1ff236f5
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ no-test-all: PHONY
|
|||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||
no-test-ruby: PHONY
|
||||
yes-test-ruby: prog encs PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTOPTS) -- ruby -ext-
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" $(TEST_EXCLUDES) $(TESTOPTS) -- ruby -ext-
|
||||
|
||||
extconf: $(PREP)
|
||||
$(Q) $(MAKEDIRS) "$(EXTCONFDIR)"
|
||||
|
|
Loading…
Add table
Reference in a new issue