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/runset
Richard Tucker 50bde8c384 Remove reference to try
Copied from Perforce
 Change: 19561
 ServerID: perforce.ravenbrook.com
1998-06-01 17:01:17 +01:00

22 lines
759 B
Text

run tests from a test-set
% $HopeName: MMQA_harness!script:help:runset(trunk.2) $
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 'run' command.