summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 14:47:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-06 14:47:54 +0000
commit03693cd590edd3dade1142e9409f93de8f3593b8 (patch)
tree53991b54f1d0fb38dfc0665fd09c9156b06c6c23 /common.mk
parentc42bfb08b2cd2d1588aa6bf61718bfb7d7d49117 (diff)
* 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
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk7
1 files changed, 1 insertions, 6 deletions
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