1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2010-12-06 14:43:50 +00:00
parent 5d8fd7f1ba
commit c42bfb08b2

View file

@ -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