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
r18455 reverted.
[ruby-svn.git]
/
test
/
runner.rb
blob
f9ed25a93144ead3ce4c6496b70cf27adcb3c90b
1
require 'rbconfig'
2
exit if CROSS_COMPILING
3
require 'test/unit'
4
5
rcsid = %w$Id$
6
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze
7
Release = rcsid[3].freeze
8
9
exit Test::Unit::AutoRunner.run(true, File.dirname($0))