common.mk: -ext- tests
* common.mk (test-ruby): include -ext- tests, which check for core API and behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f230b1ec98
commit
a39b94d302
@ -509,7 +509,7 @@ no-test-all: PHONY
|
|||||||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||||
no-test-ruby: PHONY
|
no-test-ruby: PHONY
|
||||||
yes-test-ruby: prog encs PHONY
|
yes-test-ruby: prog encs PHONY
|
||||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTOPTS) $(TESTS) ruby
|
$(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTOPTS) -- ruby -ext-
|
||||||
|
|
||||||
extconf: $(PREP)
|
extconf: $(PREP)
|
||||||
$(Q) $(MAKEDIRS) "$(EXTCONFDIR)"
|
$(Q) $(MAKEDIRS) "$(EXTCONFDIR)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user