New test file
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12386 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a189fa861d
commit
c48e483fca
1 changed files with 16 additions and 0 deletions
16
Examples/test-suite/scilab/abstract_access_runme.sci
Normal file
16
Examples/test-suite/scilab/abstract_access_runme.sci
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
exec("swigtest.start", -1);
|
||||
|
||||
try
|
||||
D = new_D();
|
||||
catch
|
||||
swigtesterror();
|
||||
end
|
||||
if A_do_x(D) <> 1 then swigtesterror(); end
|
||||
|
||||
try
|
||||
delete_D(D);
|
||||
catch
|
||||
swigtesterror();
|
||||
end
|
||||
|
||||
exec("swigtest.start", -1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue