lib_xxxx tests renamed to li_xxxx as a workaround in glib which Mono C# uses which won't load libraries starting with lib.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6584 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d2f2fa58a9
commit
ba09ead729
16 changed files with 153 additions and 153 deletions
|
|
@ -1,4 +1,4 @@
|
|||
require 'lib_carrays'
|
||||
require 'li_carrays'
|
||||
|
||||
include Lib_carrays
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require 'lib_std_deque'
|
||||
require 'li_std_deque'
|
||||
|
||||
include Lib_std_deque
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require 'lib_std_pair'
|
||||
require 'li_std_pair'
|
||||
|
||||
include Lib_std_pair
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ raise RuntimeError unless (intPairConstRef.first == 7 && intPairConstRef.second
|
|||
#
|
||||
# Now test various input typemaps. Each of the wrapped C++ functions
|
||||
# (product1, product2 and product3) is expecting an argument of a
|
||||
# different type (see lib_std_pair.i). Typemaps should be in place to
|
||||
# different type (see li_std_pair.i). Typemaps should be in place to
|
||||
# convert this Array into the expected argument type.
|
||||
#
|
||||
raise RuntimeError unless product1(intPair) == 42
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require 'lib_std_string'
|
||||
require 'li_std_string'
|
||||
|
||||
include Lib_std_string
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
require 'lib_std_vector'
|
||||
require 'li_std_vector'
|
||||
|
||||
include Lib_std_vector
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue