* common.mk (check, test-all): no exntension builds before test-all,

but check.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-02-25 07:58:14 +00:00
parent aced01eeb4
commit 9167535c50

View File

@ -459,7 +459,7 @@ realclean-extout: distclean-extout
clean-enc distclean-enc realclean-enc: PHONY
check: test test-all
check: main test test-all
$(ECHO) check succeeded
check-ruby: test test-ruby
@ -487,7 +487,7 @@ yes-test-knownbug: prog PHONY
test: test-sample btest-ruby test-knownbug
test-all: $(TEST_RUNNABLE)-test-all
yes-test-all: main PHONY
yes-test-all: prog PHONY
$(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTS)
TESTS_BUILD = mkmf
no-test-all: PHONY