mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
151 B
Text
6 lines
151 B
Text
|
#!/usr/bin/env ruby
|
||
|
require 'test/unit'
|
||
|
(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
|
||
|
abort r.options.banner + " tests..."
|
||
|
exit r.run
|