1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-15 15:50:57 -08:00
emacs/mps/qa/test/script/help/naming
Richard Tucker c655014168 New unit
becos

Copied from Perforce
 Change: 18184
 ServerID: perforce.ravenbrook.com
1997-05-16 15:35:45 +01:00

20 lines
793 B
Text

Numbering of test programs
Test programs are identified 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
t -- aTtribute test MMQA_test_attribute
m -- Miscellaneous test MMQA_test_misc
Every program is classified as one of these, and for each there is
a directory, as given above. In the directory, nn.c are the
test files, numbered in decimal from 0, and index is a text
file giving short summaries of what the tests test.
When citing a test in a bug report, Darwin request or other
documentation, give its code as, e.g. 'f5'.