summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-03-14 09:33:13 +0000
committerdds <dds@FreeBSD.org>2007-03-14 09:33:13 +0000
commitce4d03f3c9cfc5958b93b347ed28996df4240186 (patch)
tree8c5cc047fdc11e3b97bd0a1c4e1a613edde1cff0 /tools
parentdc4c910402cf2af05232e6ecb4cfd32c554b1820 (diff)
downloadFreeBSD-src-ce4d03f3c9cfc5958b93b347ed28996df4240186.zip
FreeBSD-src-ce4d03f3c9cfc5958b93b347ed28996df4240186.tar.gz
Document a procedure for testing individual binaries under development.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/regression/README b/tools/regression/README
index 03334e4..b7be9cd 100644
--- a/tools/regression/README
+++ b/tools/regression/README
@@ -62,6 +62,12 @@ 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 execute individual regression tests for binaries that you are
+developing, add their directory in the path before running the tests.
+Example:
+cd /usr/src/tools/regression/usr.bin
+(PATH=/home/user/src/experimental/jot:$PATH ; make SUBDIR=jot)
+
Please make a subdir per other regression test, and add a brief description to
this file.
OpenPOWER on IntegriCloud