root/platform/wii/ruby_for_wii/ruby_1_8/bin/testrb @ 27867

Revision 21288, 151 bytes (checked in by takeru, 5 years ago)

piston import http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8
Exported r19770 from 'http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8' to 'ruby_1_8'

  • Property svn:executable set to *
Line 
1#!/usr/bin/env ruby
2require 'test/unit'
3(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or
4  abort r.options.banner + " tests..."
5exit r.run
Note: See TracBrowser for help on using the browser.