blob: d274bc8929a8ef3e9301fb5d7602ace774137202 (
plain)
1
2
3
4
5
6
7
|
require 'test/unit'
rcsid = %w$Id$
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze
Release = rcsid[3].freeze
exit Test::Unit::AutoRunner.run(true, File.dirname($0))
|