From 7a0042776ce2db5c4959afd6f6f19a19303aebfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 15 Dec 2005 18:29:32 +0000 Subject: added tests for mtx_min, mtx_max and mtx_minmax svn path=/trunk/externals/iem/iemmatrix/; revision=4227 --- tests/mtx_minmax/00_exist.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/mtx_minmax/00_exist.pd (limited to 'tests/mtx_minmax/00_exist.pd') diff --git a/tests/mtx_minmax/00_exist.pd b/tests/mtx_minmax/00_exist.pd new file mode 100644 index 0000000..8c14457 --- /dev/null +++ b/tests/mtx_minmax/00_exist.pd @@ -0,0 +1,13 @@ +#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 msg 122 122 matrix 1 1 1; +#X obj 122 161 mtx_minmax; +#X text 67 37 test for existance of [mtx_minmax]; +#X connect 0 0 4 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 4 0 5 0; +#X connect 5 0 2 0; -- cgit v1.2.1