mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5849668694
commit
5265458754
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 10 00:10:49 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* common.mk (test-knownbug): give $(OPTS) for bootstraptest/runner.rb.
|
||||
|
||||
Mon Jun 9 23:10:50 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* eval.c (Init_stack): don't declare. it is a macro now.
|
||||
|
|
|
@ -361,7 +361,7 @@ test-sample: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
|
|||
@$(MINIRUBY) $(srcdir)/rubytest.rb
|
||||
|
||||
test-knownbug: miniruby$(EXEEXT) $(PROGRAM) PHONY
|
||||
$(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(srcdir)/KNOWNBUGS.rb
|
||||
$(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb
|
||||
|
||||
test: test-sample btest-miniruby test-knownbug
|
||||
|
||||
|
|
Loading…
Reference in a new issue