summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-25 07:58:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-25 07:58:14 +0000
commit9167535c503f526e6555d413b4151e5ae51fc30b (patch)
treeb5de1ee93ec80cb7034b3d6ada2dadc0a7c65424 /common.mk
parentaced01eeb4b700473032be252f23d937f798bda6 (diff)
* 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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index f31d8afecc..a25c5502f9 100644
--- a/common.mk
+++ b/common.mk
@@ -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