Document the .in .out file naming conventions adopted in commit_prep.pl's

exclusions list for header checking.
This commit is contained in:
Diomidis Spinellis 2007-05-22 06:11:44 +00:00
parent a1ab7f88b1
commit ffc44a27da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169852

View File

@ -62,6 +62,10 @@ which is the same as their path relative to src/, for example the uuencode(1)
utility resides in src/usr.bin/uuencode so its regression test resides in
src/tools/regression/usr.bin/uuencode.
To avoid the pre-commit check program complaining about the lack of
CVS keywords in test data files, use a .in suffix for input files and
a .out suffix for output files.
To execute individual regression tests for binaries that you are
developing, add their directory in the path before running the tests.
Example:
@ -71,6 +75,7 @@ cd /usr/src/tools/regression/usr.bin
Please make a subdir per other regression test, and add a brief description to
this file.
acct Exercise the integer to float conversion used in acct(5)
geom Some tests and an out-of-kernel simulator for the GEOM code
ia64 ia64 specific regression tests
nfsmmap Some tests to exercise some tricky cases in NFS and mmap