17 lines
517 B
Plaintext
17 lines
517 B
Plaintext
|
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
|
||
|
|