Update of /cvsroot/pure-data/externals/iem/iemmatrix/tests/mtx_mul
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22733/mtx_mul
Added Files:
00_exist.pd 00_exist1.pd 00_exist2.pd
Removed Files:
exist.pd exist1.pd exist2.pd
Log Message:
renamed tests to have an index (good if we want a certain order of tests)
--- NEW FILE: 00_exist2.pd ---
#N canvas 385 142 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X text 67 37 test for existance of [mtx_.*];
#X msg 122 122 matrix 1 1 1;
#X obj 122 161 mtx_.* 1;
#X connect 0 0 5 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 6 0;
#X connect 6 0 2 0;
--- exist2.pd DELETED ---
--- NEW FILE: 00_exist1.pd ---
#N canvas 385 142 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X text 67 37 test for existance of [mtx_*];
#X msg 122 122 matrix 1 1 1;
#X obj 122 161 mtx_* 1;
#X connect 0 0 5 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 6 0;
#X connect 6 0 2 0;
--- NEW FILE: 00_exist.pd ---
#N canvas 385 142 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X text 67 37 test for existance of [mtx_mul];
#X msg 122 122 matrix 1 1 1;
#X obj 122 161 mtx_mul 1;
#X connect 0 0 5 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 5 0 6 0;
#X connect 6 0 2 0;
--- exist.pd DELETED ---
--- exist1.pd DELETED ---