summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-05-22 06:11:44 +0000
committerdds <dds@FreeBSD.org>2007-05-22 06:11:44 +0000
commit45f681d588bdaa6f5e767cbe6519c229b30275c7 (patch)
tree626a35c6f38d341789b93ec7368636c5f3312ec6 /tools
parent3fe54a38365ecc8c9db5e7cc3f8acc74c94c344b (diff)
downloadFreeBSD-src-45f681d588bdaa6f5e767cbe6519c229b30275c7.zip
FreeBSD-src-45f681d588bdaa6f5e767cbe6519c229b30275c7.tar.gz
Document the .in .out file naming conventions adopted in commit_prep.pl's
exclusions list for header checking.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/regression/README b/tools/regression/README
index b7be9cd..edc090a 100644
--- a/tools/regression/README
+++ b/tools/regression/README
@@ -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
OpenPOWER on IntegriCloud