summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-06-28 13:57:02 -0500
committerNicolas Williams <nico@cryptonector.com>2015-06-28 13:57:02 -0500
commite5dafaea44b2b2ffa5cad18397d68f2b4a3c031b (patch)
tree2afc05b4be7a67589e2262509833d39774b02ac3
parentfd4f4f208759cceca136887df4a7c8ee2a2401ff (diff)
Document --run-tests
-rw-r--r--docs/content/3.manual/manual.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index ef05561e..068246e1 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -233,6 +233,20 @@ sections:
one text, then that is used, else an array of texts is used as
in `--slurfile`.)
+ * `--run-tests [filename]`:
+
+ Runs the tests in the given file or standard input. This must
+ be the last option given and does not honor all preceding
+ options. The input consts of comment lines, empty lines, and
+ program lines followed by one input line, as many lines of
+ output as are expected (one per output), and a terminating empty
+ line. Compilation failure tests start with a line containing
+ only "%%FAIL", then a line containing the program to compile,
+ then a line containing an error message to compare to the
+ actual.
+
+ Be warned that this option can change backwards-incompatibly.
+
- title: Basic filters
entries:
- title: "`.`"