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/naming
Richard Tucker b6a5d5ca29 Add hopename
Copied from Perforce
 Change: 19336
 ServerID: perforce.ravenbrook.com
1998-02-23 16:12:09 +00:00

22 lines
735 B
Text

Numbering of test programs
% $HopeName$
Test program are indentified by their hope names, i.e. by a hope
compound, an exclamation mark, and the test file name. The test
file name will usually be a number followed by .c.
e.g. test 12.c in directory 'function' is MMQA_test_function!12.c.
-------
Some older documents may refer to test programs by codes consisting
of a single letter and some numbers (no leading zeros). The letter
gives the type of test, and where to find it, as follows:
f -- Functional test MMQA_test_function
a -- Argument violation MMQA_test_argerr
c -- Context violation MMQA_test_conerr
m -- Miscellaneous test MMQA_test_misc
Please do not use this naming system any more.