diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-05 23:44:55 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-05 23:44:55 +0000 |
commit | df3d3e18b214319f3abb0d0ea95a8d7742941e7a (patch) | |
tree | fd9a95905ad5e3bf46270c3b29f86f38cb28d1b9 /mk/build | |
parent | da5a249632e5c650e6286c085bb6d294138b61fe (diff) | |
download | pkgsrc-df3d3e18b214319f3abb0d0ea95a8d7742941e7a.tar.gz |
Mentioned PKGSRC_RUN_TEST using the standard formatting.
Diffstat (limited to 'mk/build')
-rw-r--r-- | mk/build/test.mk | 7 |
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 |