aboutsummaryrefslogtreecommitdiff
path: root/tests/mtx_matcher
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-17 16:19:52 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-10-17 16:19:52 +0000
commitd717c6983594f6544b5c9fb79acf1f54577b417f (patch)
tree53bc6249c9cc270b2f27c2f90bd3cee588950ce2 /tests/mtx_matcher
parentad91561a3ee7a590f81616e0b91aa3a91f77bc50 (diff)
added tests for abstractions
svn path=/trunk/externals/iem/iemmatrix/; revision=3722
Diffstat (limited to 'tests/mtx_matcher')
-rw-r--r--tests/mtx_matcher/exist.pd13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/mtx_matcher/exist.pd b/tests/mtx_matcher/exist.pd
new file mode 100644
index 0000000..d7a5ce1
--- /dev/null
+++ b/tests/mtx_matcher/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 obj 122 161 mtx_matcher;
+#X text 67 37 test for existance of [mtx_matcher];
+#X msg 122 122 matrix 1 1 1;
+#X connect 0 0 6 0;
+#X connect 2 0 3 0;
+#X connect 3 0 1 0;
+#X connect 4 0 2 0;
+#X connect 6 0 4 0;