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:
parent
5d8fd7f1ba
commit
c42bfb08b2
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue