add runtime test for li_cstring
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7337 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ddbf9045c2
commit
43bdb55a63
3 changed files with 22 additions and 1 deletions
5
Examples/test-suite/python/li_cstring_runme.py
Normal file
5
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