summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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