From c704d087a3cf72332476a750e1c99d10ab8975ca Mon Sep 17 00:00:00 2001 From: Katja Date: Sun, 13 Nov 2011 14:44:34 +0000 Subject: add files to libdir 'testtools' - Makefile - LICENSE.txt - README.txt - put examples in 'testtools/examples/' svn path=/trunk/externals/testtools/; revision=15734 --- examples/example-unittest.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 examples/example-unittest.pd (limited to 'examples/example-unittest.pd') diff --git a/examples/example-unittest.pd b/examples/example-unittest.pd new file mode 100644 index 0000000..c2bea09 --- /dev/null +++ b/examples/example-unittest.pd @@ -0,0 +1,29 @@ +#N canvas 87 55 746 629 10; +#X declare -path ../; +#X declare -stdpath extra/testtools/; +#X obj 53 300 unit-test-frame; +#X obj 26 104 cnv 15 150 150 empty empty empty 20 12 0 14 -233017 -66577 +0; +#X text 34 143 1 - reference name; +#X text 34 162 2 - test delay in ms; +#X text 33 123 test arguments (list):; +#X obj 53 197 loadbang; +#X obj 359 106 cnv 15 150 150 empty empty empty 20 12 0 14 -233017 +-66577 0; +#X obj 374 200 sqrt; +#X obj 374 156 / 512; +#X text 495 278 more info behind the question mark; +#X text 358 18 Optionally use index 0 - 511 to get a series of outputs +from the object or system under test.; +#X text 416 155 normalization; +#X text 394 112 system under test; +#X text 358 52 Normalizing the object output is recommendable \, as +it makes stddev more meaningful.; +#X msg 53 226 example 0; +#X obj 28 19 declare -path ../; +#X obj 28 51 declare -stdpath extra/testtools/; +#X connect 0 2 8 0; +#X connect 5 0 14 0; +#X connect 7 0 0 1; +#X connect 8 0 7 0; +#X connect 14 0 0 0; -- cgit v1.2.1