summaryrefslogtreecommitdiff
path: root/testing/README
blob: faccc3e512593805ac3b31546804e49b924147bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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