From 03693cd590edd3dade1142e9409f93de8f3593b8 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 6 Dec 2010 14:47:54 +0000 Subject: * common.mk (test-build): test-all runs build tests on cross-compiling. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index e3f912febe..caf6046622 100644 --- a/common.mk +++ b/common.mk @@ -463,15 +463,10 @@ yes-test-knownbug: PHONY 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 -- cgit v1.2.3