pkgsrc-WIP-changes archive

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

iverilog: add TEST_TARGET



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Nov 28 19:18:17 2015 +0100
Changeset:	ac4c6a5f9a3581a3389850f04e4d6c6632eea841

Modified Files:
	iverilog/Makefile

Log Message:
iverilog: 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=ac4c6a5f9a3581a3389850f04e4d6c6632eea841

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

diffstat:
 iverilog/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/iverilog/Makefile b/iverilog/Makefile
index bf8b3c6..a0a7532 100644
--- a/iverilog/Makefile
+++ b/iverilog/Makefile
@@ -16,6 +16,8 @@ USE_TOOLS+=	autoconf gmake bison
 
 GNU_CONFIGURE=	yes
 
+TEST_TARGET=	check
+
 pre-configure:
 	${RUN} cd ${WRKSRC} && autoconf
 


Home | Main Index | Thread Index | Old Index