swig/Examples/test-suite/scilab/arrays_global_twodim_runme.sci
Vincent Couvert a8b8b6c5d4 * New version for Scilab module using fragments
* A C and CPP tests generate and compile except tests using vectors (to be done)



git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12698 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2011-05-20 08:34:46 +00:00

12 lines
203 B
Scilab

exec("swigtest.start", -1);
a = [1, 2, 3, 4; 5, 6, 7, 8;]
//try
// array_d_set(a);
//catch
// swigtesterror();
//end
//if array_d_get() <> a then swigtesterror(); end
exec("swigtest.quit", -1);