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:
Marcelo Matus 2005-07-18 16:46:53 +00:00
commit d54c46fed2
3 changed files with 22 additions and 1 deletions

View file

@ -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
#

View file

@ -0,0 +1,5 @@
from li_cstring import *
if test5(4) != 'xxxx':
raise RuntimeError