add runtime test for li_cstring
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7337 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1eafeed451
commit
d54c46fed2
3 changed files with 22 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ CPP_TEST_CASES += \
|
|||
input \
|
||||
inplaceadd \
|
||||
kwargs \
|
||||
li_cstring \
|
||||
li_std_except \
|
||||
li_std_vectora \
|
||||
li_std_map \
|
||||
|
|
@ -39,6 +40,7 @@ CPP_TEST_CASES += \
|
|||
|
||||
C_TEST_CASES += \
|
||||
file_test \
|
||||
li_cstring \
|
||||
nondynamic
|
||||
|
||||
#
|
||||
|
|
|
|||
5
SWIG/Examples/test-suite/python/li_cstring_runme.py
Normal file
5
SWIG/Examples/test-suite/python/li_cstring_runme.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from li_cstring import *
|
||||
|
||||
|
||||
if test5(4) != 'xxxx':
|
||||
raise RuntimeError
|
||||
Loading…
Add table
Add a link
Reference in a new issue