summaryrefslogtreecommitdiff
path: root/testing/README
diff options
context:
space:
mode:
Diffstat (limited to 'testing/README')
-rw-r--r--testing/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/README b/testing/README
new file mode 100644
index 0000000..faccc3e
--- /dev/null
+++ b/testing/README
@@ -0,0 +1,16 @@
+The RUNFULLTESTS script is a wrapper around the tests. All the
+tests are required to produce TAP output (hopefully soon to be
+standardized itself).
+
+By default RUNFULLTESTS only executes the tests in fulltests/default.
+Use the -g flag to test other subdirectories, or use '-g all' to test
+everything it can find.
+
+See the documentation contained in the RUNFULLTESTS script for details
+on:
+
+ - how to run particular sets of tests
+ - how to write tests
+ - how to write _build scripts
+ - how to write _run scripts
+