mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8c5bd041b6
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
197 B
Ruby
11 lines
197 B
Ruby
require 'test_base'
|
|
require 'dl/import'
|
|
|
|
require 'test_dl2'
|
|
require 'test_func'
|
|
require 'test_import'
|
|
|
|
case RUBY_PLATFORM
|
|
when /cygwin/, /mingw32/, /mswin32/, /bccwin32/
|
|
require 'test_win32'
|
|
end
|