scilab: new test for size_t type
This commit is contained in:
parent
530704486d
commit
0fdbd6b7a4
1 changed files with 11 additions and 0 deletions
11
Examples/test-suite/scilab/sizet_runme.sci
Normal file
11
Examples/test-suite/scilab/sizet_runme.sci
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue