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