1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/mps/test/test/script/help/naming
Gareth Rees e1a70a73db Long delayed maintenance of test suite:
$HopeName$ -> $Id$
space -> arena
mps_arena_create now takes three arguments
/usr/local/perl -> /usr/bin/perl -w
Missing #include <stdio.h> in several tests
Bogus closedir(DIR); in script/clib

Copied from Perforce
 Change: 182199
 ServerID: perforce.ravenbrook.com
2013-05-25 10:33:30 +01:00

22 lines
729 B
Text

Numbering of test programs
% $Id$
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.