summaryrefslogtreecommitdiff
path: root/test/runner.rb
blob: 767947b7f221e5887bf404f67830f6f7fdd2709a (plain)
1
2
3
4
5
6
7
require 'test/unit'

rcsid = %w$Id$
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze rescue nil
Release = rcsid[3].freeze rescue nil

exit Test::Unit::AutoRunner.run(true, File.dirname($0))