1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
emacs/mps/qa/test/script/help/run
Richard Tucker 1e3b74ce7e -> harness version 2.7
Copied from Perforce
 Change: 20761
 ServerID: perforce.ravenbrook.com
1999-05-04 15:27:58 +01:00

15 lines
656 B
Text

run tests, reporting results and verdict
% $HopeName: MMQA_harness!script:help:run(trunk.3) $
Usage: qa run [<options>] <testfile> [<testfile> ...]
'run' runs tests individually. The test libraries should previously
have been compiled with 'clib'; if the harness believes the test
libraries may not be up-to-date, it will give an error and ask
you to run 'clib' first. (You can force the harness to run a test
with potentially out-of-date libraries by specifying the "-danger"
option to 'run'. This is not recommended.)
'run' shows the test's output as it runs, then when it finishes,
displays test information, results, and the verdict: PASS or FAIL.