scilab: check in enums test that enum is returned as double
This commit is contained in:
parent
680f101717
commit
1222a28af6
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
exec("swigtest.start", -1);
|
||||
|
||||
if typeof(CSP_ITERATION_FWD_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(CSP_ITERATION_BWS_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(ABCDE_get()) <> "constant" then swigtesterror(); end
|
||||
if typeof(FGHI_get()) <> "constant" then swigtesterror(); end
|
||||
|
||||
try
|
||||
bar1(CSP_ITERATION_FWD_get())
|
||||
bar1(CSP_ITERATION_BWD_get())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue