2 load SCI/modules/scicos/macros/scicos/lib;
6 getf SCI/tests/basic_tests/scicos_tests.sci;
8 options=default_options();
12 blockslib='scs'+['Branching','Events','Misc','Sinks','Threshold','Linear',0...
13 'NonLinear','Sources','Electrical','Hydraulics']+'lib';
20 for blocklib=blockslib
21 B=string(blocklib);Blocs=[Blocs;B(2:$)];
24 Blocs(Blocs=="m_sin")=[];
29 if checkdefine() then bugmes();quit;end
31 if checkdraw() then bugmes();quit;end
33 if checkinputs() then bugmes();quit;end
35 if checkoutputs() then bugmes();quit;end
37 if checkorigin() then bugmes();quit;end
39 if checkset() then bugmes();quit;end
41 if checkdeput() then bugmes();quit;end
43 if checkfiring() then bugmes();quit;end
45 if check_define_ports() then bugmes();quit;end
47 if check_set_ports() then bugmes();quit;end