mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (test-ruby): pass TESTS for options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c940d3fac5
commit
0c5cfb68c8
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ no-test-all: PHONY
|
|||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||
no-test-ruby: PHONY
|
||||
yes-test-ruby: PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" ruby
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTS) ruby
|
||||
|
||||
extconf: $(PREP)
|
||||
$(Q) $(MAKEDIRS) "$(EXTCONFDIR)"
|
||||
|
|
Loading…
Reference in a new issue