git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
13 lines
No EOL
223 B
Scilab
13 lines
No EOL
223 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
try
|
|
a = get_test();
|
|
catch
|
|
swigtesterror();
|
|
end
|
|
|
|
if test_myInt_get(a) <> 100 then swigtesterror(); end
|
|
|
|
if test_myShort_get(a) != 200 then swigtesterror(); end
|
|
|
|
exec("swigtest.quit", -1); |