mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (test-all, test-ruby): more dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9dc0d6fe63
commit
1aa4e11d16
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Feb 22 10:18:05 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (test-all, test-ruby): more dependencies.
|
||||
|
||||
Wed Feb 22 06:48:55 2012 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* file.c (rb_f_test): Fix formatting of Kernel#test rdoc.
|
||||
|
|
|
@ -487,7 +487,7 @@ yes-test-knownbug: prog PHONY
|
|||
test: test-sample btest-ruby test-knownbug
|
||||
|
||||
test-all: $(TEST_RUNNABLE)-test-all
|
||||
yes-test-all: prog PHONY
|
||||
yes-test-all: main PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TESTS)
|
||||
TESTS_BUILD = mkmf
|
||||
no-test-all: PHONY
|
||||
|
@ -495,7 +495,7 @@ no-test-all: PHONY
|
|||
|
||||
test-ruby: $(TEST_RUNNABLE)-test-ruby
|
||||
no-test-ruby: PHONY
|
||||
yes-test-ruby: prog PHONY
|
||||
yes-test-ruby: prog encs PHONY
|
||||
$(RUNRUBY) "$(srcdir)/test/runner.rb" -q $(TESTS) ruby
|
||||
|
||||
extconf: $(PREP)
|
||||
|
|
Loading…
Reference in a new issue