зеркало из https://github.com/github/ruby.git
* test/dl: moved from ext/dl/test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
078928bbdd
Коммит
f9ca2119e4
|
@ -1,3 +1,7 @@
|
|||
Tue Mar 3 15:03:19 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* test/dl: moved from ext/dl/test.
|
||||
|
||||
Tue Mar 3 14:57:28 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (main): passes $(MAKE) to mkmain_cmd
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
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
|
|
@ -33,6 +33,7 @@ module Win32API
|
|||
end
|
||||
end
|
||||
module_function :get_version_ex
|
||||
rescue DL::DLError
|
||||
end
|
||||
|
||||
module DL
|
||||
|
@ -50,4 +51,4 @@ class TestWin32 < TestBase
|
|||
assert_equal(expect, platform)
|
||||
end
|
||||
end
|
||||
end
|
||||
end if defined?(Win32API::OSVERSIONINFO)
|
Загрузка…
Ссылка в новой задаче