scilab: implement overload_copy test
This commit is contained in:
parent
341e61834f
commit
5849794758
1 changed files with 10 additions and 0 deletions
10
Examples/test-suite/scilab/overload_copy_runme.sci
Normal file
10
Examples/test-suite/scilab/overload_copy_runme.sci
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
exec("swigtest.start", -1);
|
||||
|
||||
f = new_Foo();
|
||||
g = new_Foo(f);
|
||||
|
||||
delete_Foo(f);
|
||||
delete_Foo(g);
|
||||
|
||||
exec("swigtest.quit", -1);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue