pkgsrc-WIP-changes archive

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

Add TEST_TARGET.



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Mon Nov 16 11:46:02 2020 +0100
Changeset:	6c9e5e3e4bd80017d88ad1f9a9aedbc0603f6b3f

Modified Files:
	nq/Makefile

Log Message:
Add TEST_TARGET.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c9e5e3e4bd80017d88ad1f9a9aedbc0603f6b3f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nq/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/nq/Makefile b/nq/Makefile
index 0fbaf1d709..4bc8d4b2c8 100644
--- a/nq/Makefile
+++ b/nq/Makefile
@@ -10,6 +10,9 @@ HOMEPAGE=	https://github.com/leahneukirchen/nq
 COMMENT=	Command line queueing utility
 LICENSE=	public-domain
 
+TEST_TARGET=		check
+# TEST_DEPENDS: perl's prove(1)
+
 INSTALL_MAKE_FLAGS+=	PREFIX=${PREFIX}
 INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
 


Home | Main Index | Thread Index | Old Index