summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/test/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/test/runner.rb')
-rw-r--r--ruby_1_8_5/test/runner.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/ruby_1_8_5/test/runner.rb b/ruby_1_8_5/test/runner.rb
new file mode 100644
index 0000000000..446302ad39
--- /dev/null
+++ b/ruby_1_8_5/test/runner.rb
@@ -0,0 +1,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))