From 41d597e4218d92f1866fb0bcfc6216f9ea1ccc46 Mon Sep 17 00:00:00 2001 From: Katja Date: Sun, 13 Nov 2011 21:13:08 +0000 Subject: add meta and help patches to externals/testtools/ svn path=/trunk/externals/testtools/; revision=15737 --- examples/example-unittest.pd | 2 +- testtools-meta.pd | 7 +++++++ unit-test-frame-help.pd | 6 ++++++ unit-test-frame~-help.pd | 6 ++++++ 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 testtools-meta.pd create mode 100644 unit-test-frame-help.pd create mode 100644 unit-test-frame~-help.pd diff --git a/examples/example-unittest.pd b/examples/example-unittest.pd index c2bea09..8c95d95 100644 --- a/examples/example-unittest.pd +++ b/examples/example-unittest.pd @@ -1,4 +1,4 @@ -#N canvas 87 55 746 629 10; +#N canvas 406 86 746 629 10; #X declare -path ../; #X declare -stdpath extra/testtools/; #X obj 53 300 unit-test-frame; diff --git a/testtools-meta.pd b/testtools-meta.pd new file mode 100644 index 0000000..7e19127 --- /dev/null +++ b/testtools-meta.pd @@ -0,0 +1,7 @@ +#N canvas 546 104 450 300 10; +#N canvas 0 22 450 300 META 1; +#X text 30 61 VERSION 0.1; +#X text 30 91 AUTORS Katja Vetter and Fred Jan Kraan katjavetter@gmail.com +; +#X text 30 28 NAME testtools; +#X restore 56 56 pd META; diff --git a/unit-test-frame-help.pd b/unit-test-frame-help.pd new file mode 100644 index 0000000..b0ec05e --- /dev/null +++ b/unit-test-frame-help.pd @@ -0,0 +1,6 @@ +#N canvas 211 94 724 463 10; +#X obj 122 87 pddplink examples/example-unittest.pd; +#X obj 39 146 unit-test-frame; +#X text 37 29 [unit-test-frame] is an abstraction which helps you create +a unit test patch for a (numeric) control object. For an example how +to use it \, click:; diff --git a/unit-test-frame~-help.pd b/unit-test-frame~-help.pd new file mode 100644 index 0000000..ca95c35 --- /dev/null +++ b/unit-test-frame~-help.pd @@ -0,0 +1,6 @@ +#N canvas 211 94 724 463 10; +#X text 37 29 [unit-test-frame~] is an abstraction which helps you +create a unit test patch for a signal object. For an example how to +use it \, click:; +#X obj 122 97 pddplink examples/example~-unittest.pd; +#X obj 40 169 unit-test-frame~; -- cgit v1.2.1