mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk: btest-ruby should receive option with OPTS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9cd6cc0a1
commit
e39bd71126
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 16 00:25:09 2009 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* common.mk: btest-ruby should receive option with OPTS.
|
||||
|
||||
Fri Jan 16 00:21:10 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub ($(INSNS), node_name.inc, known_errors.inc,
|
||||
|
|
|
@ -377,7 +377,7 @@ btest: miniruby$(EXEEXT) PHONY
|
|||
$(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(MINIRUBY)" $(OPTS)
|
||||
|
||||
btest-ruby: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
|
||||
@$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM) -I$(srcdir)/lib" -q
|
||||
@$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM) -I$(srcdir)/lib" -q $(OPTS)
|
||||
|
||||
test-sample: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
|
||||
@$(RUNRUBY) $(srcdir)/rubytest.rb
|
||||
|
|
Loading…
Reference in a new issue