From c42bfb08b2cd2d1588aa6bf61718bfb7d7d49117 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Dec 2010 14:43:50 +0000 Subject: [PATCH] * common.mk (test-build): run all test normally on native environments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 62da9aa39e..e3f912febe 100644 --- a/common.mk +++ b/common.mk @@ -467,8 +467,11 @@ no-test-all: PHONY yes-test-all: PHONY $(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS) +# only on cross-compiling TESTS_BUILD = mkmf -test-build: PHONY +test-build: $(TEST_RUNNABLE)-test-build +yes-test-build: yes-test-all +no-test-build: PHONY $(MINIRUBY) -I"$(srcdir)/lib" "$(srcdir)/test/runner.rb" $(TESTS_BUILD) test-ruby: $(TEST_RUNNABLE)-test-ruby