1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00
emacs/mps/qa/test/script/help/runset
Richard Tucker 178b6c4ff3 New unit
new help file

Copied from Perforce
 Change: 19024
 ServerID: perforce.ravenbrook.com
1997-11-21 15:32:50 +00:00

21 lines
713 B
Text

run tests from a test-set
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.