From 8c12ad08881146c83b9a9940880f45c89e5e2525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 10 Feb 2011 12:23:22 +0000 Subject: test for default (no args, no msg) behaviour svn path=/trunk/externals/iem/iemmatrix/; revision=14906 --- tests/mtx_rand/01_default.pd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/mtx_rand/01_default.pd (limited to 'tests') diff --git a/tests/mtx_rand/01_default.pd b/tests/mtx_rand/01_default.pd new file mode 100644 index 0000000..c3034fb --- /dev/null +++ b/tests/mtx_rand/01_default.pd @@ -0,0 +1,13 @@ +#N canvas 386 139 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_rand]; +#X obj 122 161 mtx_rand; +#X obj 122 90 t b; +#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 5 0; -- cgit v1.2.1