scilab: new test for size_t type

This commit is contained in:
Simon Marchetto 2014-01-30 16:31:53 +01:00
commit 0fdbd6b7a4

View 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);