1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test_knownbug.rb -> KNOWNBUGS.rb: renamed.

* common.mk: apply above change.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2008-06-09 12:15:53 +00:00
parent ce29c17877
commit e2958af0b7
3 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Mon Jun 9 21:13:51 2008 Koichi Sasada <ko1@atdot.net>
* test_knownbug.rb -> KNOWNBUGS.rb: renamed.
* common.mk: apply above change.
Mon Jun 9 21:14:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (configuration): set flags.

View file

@ -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)/test_knownbug.rb
$(BOOTSTRAPRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(srcdir)/KNOWNBUGS.rb
test: test-sample btest-miniruby test-knownbug