ruby-changes:18082
From: nobu <ko1@a...>
Date: Mon, 6 Dec 2010 23:50:02 +0900 (JST)
Subject: [ruby-changes:18082] Ruby:r30102 (trunk): * common.mk (test-build): run all test normally on native environments.
nobu 2010-12-06 23:43:50 +0900 (Mon, 06 Dec 2010) New Revision: 30102 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30102 Log: * common.mk (test-build): run all test normally on native environments. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 30101) +++ common.mk (revision 30102) @@ -467,8 +467,11 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/