pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/build Mentioned PKGSRC_RUN_TEST using the standard ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/196cac189c75
branches:  trunk
changeset: 549614:196cac189c75
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 05 23:44:55 2008 +0000

description:
Mentioned PKGSRC_RUN_TEST using the standard formatting.

diffstat:

 mk/build/test.mk |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c6c52ed50ae8 -r 196cac189c75 mk/build/test.mk
--- a/mk/build/test.mk  Wed Nov 05 23:35:49 2008 +0000
+++ b/mk/build/test.mk  Wed Nov 05 23:44:55 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index