aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2015-02-24 19:54:04 +0800
committerkoobs <koobs@FreeBSD.org>2015-02-24 19:54:04 +0800
commit4b8159be58a0550c44d1d4f5b3eb26cc02259339 (patch)
tree6461bab2a10a505da5ce34f04c05fbdde30c67ac /net-p2p
parent069b79d805aa67725a1f2f31792364ea4bdcc5d9 (diff)
downloadfreebsd-ports-gnome-4b8159be58a0550c44d1d4f5b3eb26cc02259339.tar.gz
freebsd-ports-gnome-4b8159be58a0550c44d1d4f5b3eb26cc02259339.tar.zst
freebsd-ports-gnome-4b8159be58a0550c44d1d4f5b3eb26cc02259339.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) > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M net-p2p/bitcoin/Makefile M net-p2p/bitcoin-daemon/Makefile
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-daemon/Makefile3
-rw-r--r--net-p2p/bitcoin/Makefile3
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index ca6913e65c85..7c3f16746327 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -19,7 +19,4 @@ CONFIGURE_ARGS= --with-daemon \
PLIST_FILES= bin/bitcoind
-regression-test: build
- @cd ${WRKSRC} && ${GMAKE} check
-
.include "${MASTERDIR}/Makefile"
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>