From c71afaf1f8fa3f333dc75b21ee413a1c90211d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Jun 2006 11:03:57 +0000 Subject: tests now MUST return a value in order to stop (destroy) the specific test; this allows for tests that execute in non-zero logical time (e.g. signal-objects or timed objects) svn path=/trunk/externals/zexy/; revision=5279 --- tests/runtests.pd | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'tests/runtests.pd') diff --git a/tests/runtests.pd b/tests/runtests.pd index db72b4c..5e7abc2 100644 --- a/tests/runtests.pd +++ b/tests/runtests.pd @@ -1,22 +1,21 @@ -#N canvas 367 200 813 499 10; +#N canvas 211 200 452 500 10; #X obj 177 433 testunit; #X obj 177 377 textfile; #X obj 177 183 t b b; #X msg 207 261 read runtests.txt \, rewind; -#X obj 177 287 metro 10; -#X msg 243 289 0; #X obj 177 126 bng 40 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 -1; #X msg 177 351 bang; #X symbolatom 195 408 10 0 0 0 - - -; -#X obj 485 341 mtx_col/exist; +#X obj 102 314 t b; +#X obj 102 342 del 10; +#X connect 0 0 7 0; #X connect 1 0 0 0; -#X connect 1 1 5 0; -#X connect 2 0 4 0; +#X connect 2 0 5 0; #X connect 2 1 3 0; #X connect 3 0 1 0; -#X connect 4 0 7 0; -#X connect 5 0 4 0; -#X connect 6 0 2 0; -#X connect 7 0 1 0; -#X connect 8 0 0 0; +#X connect 4 0 2 0; +#X connect 5 0 1 0; +#X connect 6 0 0 0; +#X connect 7 0 8 0; +#X connect 8 0 1 0; -- cgit v1.2.1