aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-20 16:47:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-20 16:47:18 +0000
commit50ef36f8e483af132583f3297b910f1dbc668067 (patch)
treea32d682ef20f3d58a8f4aae2bad386514bab0913 /tests
parent6371199b83b4ef70ea2caa309816f778db33601f (diff)
add new regression test
svn path=/trunk/externals/zexy/; revision=15314
Diffstat (limited to 'tests')
-rw-r--r--tests/msgfile/add2.pd13
-rw-r--r--tests/runtests.txt1
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/msgfile/add2.pd b/tests/msgfile/add2.pd
new file mode 100644
index 0000000..139fc89
--- /dev/null
+++ b/tests/msgfile/add2.pd
@@ -0,0 +1,13 @@
+#N canvas 401 102 550 495 10;
+#X obj 91 117 inlet bang;
+#X obj 91 270 outlet result;
+#X obj 91 138 t b b b;
+#X obj 110 212 msgfile;
+#X msg 110 186 add2 1 2 3 4;
+#X obj 91 240 i 1;
+#X text 57 56 crasher bug;
+#X connect 0 0 2 0;
+#X connect 2 0 5 0;
+#X connect 2 1 4 0;
+#X connect 4 0 3 0;
+#X connect 5 0 1 0;
diff --git a/tests/runtests.txt b/tests/runtests.txt
index 0ecb331..0acd4f3 100644
--- a/tests/runtests.txt
+++ b/tests/runtests.txt
@@ -84,6 +84,7 @@ lister/inline2;
lister/inline;
lt~/dualnoise;
lt~/singlenoise;
+msgfile/add2;
msgfile/empty_at_end;
msgfile/emptyreplace;
msgfile/loadingCR;