From 6e70f33a440fe6c7420c7406af83981be8691ef7 Mon Sep 17 00:00:00 2001 From: mescalinum Date: Thu, 17 Nov 2011 10:36:08 +0000 Subject: minimal test system. more testcases to come. svn path=/trunk/externals/loaders/tclpd/; revision=15783 --- tests/_test_template.pd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/_test_template.pd (limited to 'tests/_test_template.pd') diff --git a/tests/_test_template.pd b/tests/_test_template.pd new file mode 100644 index 0000000..6ee49ad --- /dev/null +++ b/tests/_test_template.pd @@ -0,0 +1,22 @@ +#N canvas 237 169 450 300 10; +#X obj 46 102 inlet; +#X obj 46 236 outlet; +#X obj 115 170 outlet; +#X text 31 22 this is the template for a test; +#X text 31 63 inlet 0 receives bang on load; +#X text 160 119 send output to outlet 0 \; bang outlet 1 when test +is complete; +#N canvas 0 0 450 300 bang_swap 0; +#X obj 63 58 inlet; +#X obj 63 112 t b b; +#X obj 112 172 outlet; +#X obj 63 172 outlet; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X connect 1 1 3 0; +#X restore 46 139 pd bang_swap; +#X msg 46 202 first output \, second output; +#X connect 0 0 6 0; +#X connect 6 0 7 0; +#X connect 6 1 2 0; +#X connect 7 0 1 0; -- cgit v1.2.1