mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
modified some test scripts for [ruby-dev:25661].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
816fa8d14d
commit
8c5bd041b6
2 changed files with 4 additions and 4 deletions
|
@ -6,6 +6,6 @@ require 'test_func'
|
||||||
require 'test_import'
|
require 'test_import'
|
||||||
|
|
||||||
case RUBY_PLATFORM
|
case RUBY_PLATFORM
|
||||||
when /cygwin/, /mingw32/, /mswin32/
|
when /cygwin/, /mingw32/, /mswin32/, /bccwin32/
|
||||||
require 'test_win32'
|
require 'test_win32'
|
||||||
end
|
end
|
||||||
|
|
|
@ -8,9 +8,9 @@ when /cygwin/
|
||||||
when /linux/
|
when /linux/
|
||||||
LIBC_SO = "/lib/libc.so.6"
|
LIBC_SO = "/lib/libc.so.6"
|
||||||
LIBM_SO = "/lib/libm.so.6"
|
LIBM_SO = "/lib/libm.so.6"
|
||||||
when /mingw/, /msvcrt/
|
when /mingw/, /mswin32/
|
||||||
LIBC_SO = "C:\\WINDOWS\\system32\\msvcrt.dll"
|
LIBC_SO = "msvcrt.dll"
|
||||||
LIBM_SO = "C:\\WINDOWS\\system32\\msvcrt.dll"
|
LIBM_SO = "msvcrt.dll"
|
||||||
else
|
else
|
||||||
LIBC_SO = ARGV[0]
|
LIBC_SO = ARGV[0]
|
||||||
LIBM_SO = ARGV[1]
|
LIBM_SO = ARGV[1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue