mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
* test/testunit/test_parallel.rb, test/testunit/parallel/*:
Test for r30939. * lib/test/unit.rb: For test. * lib/test/parallel.rb: For test. * lib/test/unit/testcase.rb: For test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
92729ad473
commit
48fa6ed529
10 changed files with 283 additions and 3 deletions
7
test/testunit/tests_for_parallel/runner.rb
Normal file
7
test/testunit/tests_for_parallel/runner.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require 'rbconfig'
|
||||
require 'test/unit'
|
||||
require_relative 'misc'
|
||||
|
||||
src_testdir = File.dirname(File.expand_path(__FILE__))
|
||||
|
||||
exit Test::Unit::AutoRunner.run(true, src_testdir)
|
Loading…
Add table
Add a link
Reference in a new issue