From 9167535c503f526e6555d413b4151e5ae51fc30b Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 25 Feb 2012 07:58:14 +0000 Subject: * 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 --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common.mk') 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 -- cgit v1.2.3