aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bitcoin/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:54:04 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-02-24 11:54:04 +0000
commitb7755bca613089ca09fdb652b38092410527c724 (patch)
tree6461bab2a10a505da5ce34f04c05fbdde30c67ac /net-p2p/bitcoin/Makefile
parent4be0124f6e6fb206b6c139184d5f65fc7a7d2f63 (diff)
downloadports-b7755bca613089ca09fdb652b38092410527c724.tar.gz
ports-b7755bca613089ca09fdb652b38092410527c724.zip
net-p2p/bitcoin: Centralise regression-test target
Move the regression-test targetr from bitcoin-daemon to bitcoin port proper. Approved by: maintainer (via IRC)
Notes
Notes: svn path=/head/; revision=379788
Diffstat (limited to 'net-p2p/bitcoin/Makefile')
-rw-r--r--net-p2p/bitcoin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index bbe82c955d48..fd8b8b047da7 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -97,4 +97,7 @@ post-install:
.endif
+regression-test: build
+ @cd ${WRKSRC} && ${GMAKE} check
+
.include <bsd.port.mk>