From 01e44dc1fd936498399d3bd39b1e8d87b9fc97fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 13 Oct 2005 14:01:57 +0000 Subject: added (simple) regression tests for objects; currrently the only test performed is whether an object reacts on a message svn path=/trunk/externals/iem/iemmatrix/; revision=3708 --- tests/runtests_nogui.pd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/runtests_nogui.pd (limited to 'tests/runtests_nogui.pd') diff --git a/tests/runtests_nogui.pd b/tests/runtests_nogui.pd new file mode 100644 index 0000000..cd1601a --- /dev/null +++ b/tests/runtests_nogui.pd @@ -0,0 +1,15 @@ +#N canvas 367 200 321 256 10; +#X obj 86 199 testunit; +#X obj 86 130 textfile; +#X obj 86 56 t b b; +#X msg 116 84 read runtests.txt \, rewind; +#X obj 86 34 loadbang; +#X msg 137 156 \; pd quit; +#X obj 86 110 until; +#X connect 1 0 0 0; +#X connect 1 1 5 0; +#X connect 2 0 6 0; +#X connect 2 1 3 0; +#X connect 3 0 1 0; +#X connect 4 0 2 0; +#X connect 6 0 1 0; -- cgit v1.2.1