diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:39:36 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:39:36 +0000 |
commit | d84044c41cb7f786cb7fad1b8a0d4c025e10f435 (patch) | |
tree | d0d59354ad0ed898aa5947dce7f96164dbabeee7 /tests/mtx_abs | |
parent | d717c6983594f6544b5c9fb79acf1f54577b417f (diff) |
renamed tests to have an index (good if we want a certain order of tests)
svn path=/trunk/externals/iem/iemmatrix/; revision=3723
Diffstat (limited to 'tests/mtx_abs')
-rw-r--r-- | tests/mtx_abs/00_exist.pd (renamed from tests/mtx_abs/exist.pd) | 0 | ||||
-rw-r--r-- | tests/mtx_abs/01_function.pd | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/tests/mtx_abs/exist.pd b/tests/mtx_abs/00_exist.pd index 03e4a83..03e4a83 100644 --- a/tests/mtx_abs/exist.pd +++ b/tests/mtx_abs/00_exist.pd diff --git a/tests/mtx_abs/01_function.pd b/tests/mtx_abs/01_function.pd new file mode 100644 index 0000000..08d6cf0 --- /dev/null +++ b/tests/mtx_abs/01_function.pd @@ -0,0 +1,17 @@ +#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 obj 122 161 mtx_abs; +#X text 67 37 test for existance of [mtx_abs]; +#X msg 122 183 \$3; +#X msg 122 140 matrix 1 1 -2; +#X obj 122 215 == 2; +#X connect 0 0 7 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; +#X connect 6 0 8 0; +#X connect 7 0 4 0; +#X connect 8 0 2 0; |