git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12266 626c5289-ae23-0410-ae9c-e8d60b6d4f22
6 lines
164 B
Scilab
6 lines
164 B
Scilab
exec("swigtest.start", -1);
|
|
|
|
if add(7, 9) <> 16 then swigtesterror(); end
|
|
if do_op(7, 9, funcvar_get()) <> 16 then swigtesterror(); end
|
|
|
|
exec("swigtest.quit", -1);
|