svn commit: r289132 - user/ngie/more-tests2/share/mk
Garrett Cooper
ngie at FreeBSD.org
Sun Oct 11 08:19:59 UTC 2015
Author: ngie
Date: Sun Oct 11 08:19:58 2015
New Revision: 289132
URL: https://svnweb.freebsd.org/changeset/base/289132
Log:
Fix a typo (TESTDIR -> TESTSDIR); document the new behavior for TESTSDIR; document TESTSBASE
Modified:
user/ngie/more-tests2/share/mk/bsd.README
Modified: user/ngie/more-tests2/share/mk/bsd.README
==============================================================================
--- user/ngie/more-tests2/share/mk/bsd.README Sun Oct 11 08:01:12 2015 (r289131)
+++ user/ngie/more-tests2/share/mk/bsd.README Sun Oct 11 08:19:58 2015 (r289132)
@@ -474,10 +474,16 @@ It has seven targets:
It sets/uses the following variables, among many others:
-TESTDIR Path to the installed tests. Must be a subdirectory of
+TESTSBASE Installation prefix for tests. Defaults to /usr/tests
+
+TESTSDIR Path to the installed tests. Must be a subdirectory of
TESTSBASE and the subpath should match the relative
location of the tests within the src tree.
+ The value of TESTSDIR defaults to
+ ${TESTSBASE}/${RELDIR:H} , e.g. /usr/tests/bin/ls when
+ included from bin/ls/tests .
+
KYUAFILE If 'auto' (the default), generate a Kyuafile out of the
test programs defined in the Makefile. If 'yes', then a
manually-crafted Kyuafile must be supplied with the
More information about the svn-src-user
mailing list