From ffc44a27dad28015b5b6ae028de965f7ca85a59f Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 22 May 2007 06:11:44 +0000 Subject: [PATCH] Document the .in .out file naming conventions adopted in commit_prep.pl's exclusions list for header checking. --- tools/regression/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/regression/README b/tools/regression/README index b7be9cd4a330..edc090adb7c2 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