aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:23:22 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:23:22 +0000
commit8c12ad08881146c83b9a9940880f45c89e5e2525 (patch)
treee8ee56f6b99c3a2f37107c93c51791a8c09137d0 /tests
parentbf14641f89d673288ec7401a79bf1eed4e94b35d (diff)
test for default (no args, no msg) behaviour
svn path=/trunk/externals/iem/iemmatrix/; revision=14906
Diffstat (limited to 'tests')
-rw-r--r--tests/mtx_rand/01_default.pd13
1 files changed, 13 insertions, 0 deletions
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;