ruby-changes:18081
From: nobu <ko1@a...>
Date: Mon, 6 Dec 2010 23:49:36 +0900 (JST)
Subject: [ruby-changes:18081] Ruby:r30103 (trunk): * common.mk (test-build): test-all runs build tests on cross-compiling.
nobu 2010-12-06 23:47:54 +0900 (Mon, 06 Dec 2010) New Revision: 30103 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30103 Log: * common.mk (test-build): test-all runs build tests on cross-compiling. Modified files: trunk/common.mk Index: common.mk =================================================================== --- common.mk (revision 30102) +++ common.mk (revision 30103) @@ -463,15 +463,10 @@ test: test-sample btest-ruby test-knownbug test-all: $(TEST_RUNNABLE)-test-all -no-test-all: PHONY yes-test-all: PHONY $(RUNRUBY) "$(srcdir)/test/runner.rb" $(TESTS) - -# only on cross-compiling TESTS_BUILD = mkmf -test-build: $(TEST_RUNNABLE)-test-build -yes-test-build: yes-test-all -no-test-build: PHONY +no-test-all: 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/