diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-13 14:01:57 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-13 14:01:57 +0000 |
commit | 01e44dc1fd936498399d3bd39b1e8d87b9fc97fb (patch) | |
tree | 32f594e20f2a53a16bb67bc6189546cf33ffd38b /tests/mtx_add | |
parent | 63016f71e1fd85db7be41c299d751216ccb1b075 (diff) |
added (simple) regression tests for objects; currrently the only test performed is whether an object reacts on a message
svn path=/trunk/externals/iem/iemmatrix/; revision=3708
Diffstat (limited to 'tests/mtx_add')
-rw-r--r-- | tests/mtx_add/exist.pd | 15 | ||||
-rw-r--r-- | tests/mtx_add/exist1.pd | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/tests/mtx_add/exist.pd b/tests/mtx_add/exist.pd new file mode 100644 index 0000000..36826f3 --- /dev/null +++ b/tests/mtx_add/exist.pd @@ -0,0 +1,15 @@ +#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_add]; +#X obj 122 221 mtx_add 1; +#X obj 122 98 t b; +#X msg 122 172 matrix 1 1 1; +#X connect 0 0 6 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 2 0; +#X connect 6 0 7 0; +#X connect 7 0 5 0; diff --git a/tests/mtx_add/exist1.pd b/tests/mtx_add/exist1.pd new file mode 100644 index 0000000..d28a516 --- /dev/null +++ b/tests/mtx_add/exist1.pd @@ -0,0 +1,15 @@ +#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 obj 122 221 mtx_+ 1; +#X obj 122 98 t b; +#X msg 122 172 matrix 1 1 1; +#X connect 0 0 6 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 2 0; +#X connect 6 0 7 0; +#X connect 7 0 5 0; |