pkgsrc-WIP-changes archive

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

bitcoin: add TEST_TARGET



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%ir.bbn.com@localhost>
Pushed By:	gdt
Date:		Tue Nov 29 19:27:11 2016 -0500
Changeset:	b4812b098389e648dfa54b115978128d20fdad24

Modified Files:
	bitcoin/Makefile

Log Message:
bitcoin: 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=b4812b098389e648dfa54b115978128d20fdad24

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

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

diffs:
diff --git a/bitcoin/Makefile b/bitcoin/Makefile
index 71c5d5e..3fc8788 100644
--- a/bitcoin/Makefile
+++ b/bitcoin/Makefile
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+=  --enable-hardening
 # pkgsrc's db4 package installs as db4_, but bitcoin looks for db_.
 BUILDLINK_TRANSFORM+=   l:db_cxx:db4_cxx
 
+TEST_TARGET=	check
+
 RCD_SCRIPTS=	bitcoind
 BUILD_DEFS+=	VARBASE
 OWN_DIRS=	${VARBASE}/bitcoin


Home | Main Index | Thread Index | Old Index