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