mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
171 B
Ruby
8 lines
171 B
Ruby
|
require 'rbconfig'
|
||
|
require 'test/unit'
|
||
|
require_relative 'misc'
|
||
|
|
||
|
src_testdir = File.dirname(File.expand_path(__FILE__))
|
||
|
|
||
|
exit Test::Unit::AutoRunner.run(true, src_testdir)
|