mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ad2c05f1c0
WIN32OLE#ole_typelib method. ext/win32ole/tests/testOLETYPELIB.rb: add WIN32OLE_TYPELIB class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11 lines
283 B
Ruby
11 lines
283 B
Ruby
require 'test/unit'
|
|
require 'win32ole'
|
|
puts "Now Test Win32OLE version #{WIN32OLE::VERSION}"
|
|
require "testWIN32OLE"
|
|
require "testOLETYPE"
|
|
require "testOLEPARAM"
|
|
require "testOLEMETHOD"
|
|
require "testOLEVARIABLE"
|
|
require "testVARIANT"
|
|
require "testOLETYPELIB"
|
|
# require "testOLEEVENT"
|