mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-18 08:51:45 -08:00
11 lines
390 B
Text
11 lines
390 B
Text
run tests, reporting results and verdict
|
|
|
|
Usage: qa try [<options>] <testfile> [<testfile> ...]
|
|
|
|
'run' runs tests individually. The test libraries must previously
|
|
have been compiled with 'clib'.
|
|
|
|
'try' shows the test's output as it runs, then when it finishes,
|
|
displays test information, results, and the verdict: PASS or FAIL.
|
|
If you don't want these details, use 'try' instead of 'run'.
|
|
|