git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12401 626c5289-ae23-0410-ae9c-e8d60b6d4f22
16 lines
206 B
Scilab
16 lines
206 B
Scilab
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.quit", -1);
|