summaryrefslogtreecommitdiff
path: root/mk/build
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2007-01-27 08:14:07 +0000
committeruebayasi <uebayasi>2007-01-27 08:14:07 +0000
commit9b999ec68f32f828b5f444781a4a0277992a120e (patch)
tree25e671fb74199fd7c2db17e85e1b0ecf8c2e63b5 /mk/build
parentc7eb1b875b01570d5fd56b9bdc55994195f67693 (diff)
downloadpkgsrc-9b999ec68f32f828b5f444781a4a0277992a120e.tar.gz
Document TEST_TARGET with help from Alistair Crooks.
Diffstat (limited to 'mk/build')
-rw-r--r--mk/build/test.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/build/test.mk b/mk/build/test.mk
index 58af9ceaaf0..1a5c14fc175 100644
--- a/mk/build/test.mk
+++ b/mk/build/test.mk
@@ -1,7 +1,10 @@
-# $NetBSD: test.mk,v 1.9 2006/12/15 12:46:23 martti Exp $
+# $NetBSD: test.mk,v 1.10 2007/01/27 08:14:07 uebayasi Exp $
#
# Package-settable variables:
#
+# TEST_TARGET is the name of the ${MAKE} target, provided by the
+# package, which enables the tests to be executed
+#
# TEST_DIRS is the list of directories in which to perform the build
# process. If the directories are relative paths, then they
# are assumed to be relative to ${WRKSRC}.