summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2008-11-05 23:44:55 +0000
committerrillig <rillig>2008-11-05 23:44:55 +0000
commit3365491bbf3c3fd0559b89d0108898a2e8d354ec (patch)
treefd9a95905ad5e3bf46270c3b29f86f38cb28d1b9 /mk
parent25f412953a4bbc4ffdc94dc8c1afdf72aed7adf0 (diff)
downloadpkgsrc-3365491bbf3c3fd0559b89d0108898a2e8d354ec.tar.gz
Mentioned PKGSRC_RUN_TEST using the standard formatting.
Diffstat (limited to 'mk')
-rw-r--r--mk/build/test.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/build/test.mk b/mk/build/test.mk
index be98b5ec3c2..a0dffdcc4ae 100644
--- a/mk/build/test.mk
+++ b/mk/build/test.mk
@@ -1,10 +1,15 @@
-# $NetBSD: test.mk,v 1.14 2008/02/07 21:36:13 rillig Exp $
+# $NetBSD: test.mk,v 1.15 2008/11/05 23:44:55 rillig Exp $
#
# After the "build" phase, many packages provide some sort of self-test
# that can be run on the not-yet installed package. To enable these
# tests, the package must define TEST_TARGET or override the do-test
# target. Additionally, the pkgsrc user must define PKGSRC_RUN_TEST.
#
+# User-settable variables:
+#
+# PKGSRC_RUN_TEST
+# (See defaults/mk.conf)
+#
# Package-settable variables:
#
# TEST_TARGET is the name of the ${MAKE} target, provided by the