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

rcsid = %w$Id: runner.rb,v 1.11.2.1 2005/02/17 02:56:47 ntalbott Exp $
Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze
Release = rcsid[3].freeze

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