fixes for chicken and the STL/STD cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7811 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c50b5284e2
commit
f6d0f3b3ae
2 changed files with 5 additions and 2 deletions
|
|
@ -15,11 +15,14 @@ SO = @SO@
|
|||
|
||||
#C_TEST_CASES = long_long list_vector pointer_in_out multivalue
|
||||
|
||||
# Skip the STD cases for now
|
||||
# Skip the STD cases for now, except for li_std_string.i
|
||||
SKIP_CPP_STD_CASES = Yes
|
||||
|
||||
CPP_TEST_CASES += li_std_string
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
|
||||
# Overridden variables here
|
||||
SWIGOPT += -nounit
|
||||
|
||||
|
|
|
|||
|
|
@ -161,7 +161,6 @@ CPP_TEST_CASES += \
|
|||
li_carrays \
|
||||
li_cdata \
|
||||
li_cpointer \
|
||||
li_std_string \
|
||||
li_typemaps \
|
||||
long_long_apply \
|
||||
member_template \
|
||||
|
|
@ -322,6 +321,7 @@ CPP_STD_TEST_CASES += \
|
|||
li_std_deque \
|
||||
li_std_except \
|
||||
li_std_pair \
|
||||
li_std_string \
|
||||
li_std_vector \
|
||||
template_typedef_fnc \
|
||||
template_type_namespace \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue