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

* common.mk (test-knownbug): new target for KNOWNBUGS.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-06-16 04:50:04 +00:00
parent 36784e381c
commit ac2c79892c
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jun 16 13:49:28 2008 Tanaka Akira <akr@fsij.org>
* common.mk (test-knownbug): new target for KNOWNBUGS.rb.
Mon Jun 16 11:48:47 2008 Akinori MUSHA <knu@iDaemons.org>
* KNOWNBUGS.rb: New file to address known bugs.

View file

@ -301,6 +301,9 @@ realclean-ext::
check: test test-all
test-knownbug: $(PROGRAM) PHONY
$(RUNRUBY) $(srcdir)/KNOWNBUGS.rb
test: miniruby$(EXEEXT) $(RBCONFIG) $(PROGRAM) PHONY
@$(MINIRUBY) $(srcdir)/rubytest.rb