pkgsrc-WIP-changes archive

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

mblaze: Add support for test



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 16 15:56:15 2018 +0200
Changeset:	c0c47004bfd0327fcef91d81e0a8b8d66dbb586b

Modified Files:
	mblaze/Makefile

Log Message:
mblaze: Add support for test

Discussed with Sunil (MAINTAINER), thanks!

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

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

diffstat:
 mblaze/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/mblaze/Makefile b/mblaze/Makefile
index caff57925a..49dda59259 100644
--- a/mblaze/Makefile
+++ b/mblaze/Makefile
@@ -15,5 +15,9 @@ USE_TOOLS+=	gmake
 MAKE_FILE=	GNUmakefile
 MAKE_FLAGS+=	PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
 
+TEST_DEPENDS+=	perl-[0-9]*:../../lang/perl5
+
+TEST_TARGET=	check
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index