1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-22 04:21:24 -08:00
emacs/mps/qa/test/script/help/runset
Richard Tucker b6a5d5ca29 Add hopename
Copied from Perforce
 Change: 19336
 ServerID: perforce.ravenbrook.com
1998-02-23 16:12:09 +00:00

22 lines
726 B
Text

run tests from a test-set
% $HopeName$
Usage: qa runset [<options>] <testsetfile>
'runset' compiles the test libraries and then runs all the
tests in a test-set.
A test-set is a file containing a list of tests, one test
per line. Blank lines or those beginning with % are ignored.
Tests can be specified as absolute files, or relative to the
current directory.
'runset' runs all the tests, and saves three log files in the
logs directory (see 'qa help options'):
summ.log -- summary log: one line per test, PASS or FAIL
res.log -- results log: test specifications, results and verdict
full.log -- full log: specifications, results, verdict and transcript
To run tests individually, use the 'try' or 'run' commands.