12 lines
171 B
Scilab
12 lines
171 B
Scilab
|
|
exec("swigtest.start", -1);
|
||
|
|
|
||
|
|
s = 2000;
|
||
|
|
s = test1(s+1);
|
||
|
|
s = test2(s+1);
|
||
|
|
s = test3(s+1);
|
||
|
|
s = test4(s+1);
|
||
|
|
if s <> 2004 then swigtesterror(); end
|
||
|
|
|
||
|
|
exec("swigtest.quit", -1);
|
||
|
|
|