mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
c42bfb08b2
commit
03693cd590
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue