repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* io.c (rb_open_file): encoding in mode string was ignored if perm is
[ruby-svn.git]
/
yarvtest
/
runner.rb
blob
003967b804697e937c4f9c46d148c76b59a44936
1
require 'test/unit'
2
3
if $0 == __FILE__
4
# exit Test::Unit::AutoRunner.run(false, File.dirname($0))
5
Dir.glob(File.dirname($0) + '/test_*'){|file|
6
require file
7
}
8
end
9