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:
nobu 2012-08-16 05:33:03 +00:00
parent f230b1ec98
commit a39b94d302

View File

@ -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)"