aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-10-04 01:07:20 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-10-04 01:07:20 +0800
commitf8217b5167bf8b04dcdedd5ac1882f98a128bdf4 (patch)
treebef49b5cc606814155f98d10409d7751c2c3b148 /devel
parent96da9913dfa7bd14a76365022a0c0301e9b6fe57 (diff)
downloadfreebsd-ports-gnome-f8217b5167bf8b04dcdedd5ac1882f98a128bdf4.tar.gz
freebsd-ports-gnome-f8217b5167bf8b04dcdedd5ac1882f98a128bdf4.tar.zst
freebsd-ports-gnome-f8217b5167bf8b04dcdedd5ac1882f98a128bdf4.zip
- Convert to new test framework
Diffstat (limited to 'devel')
-rw-r--r--devel/protobuf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile
index cf99f5871791..3642948a945a 100644
--- a/devel/protobuf/Makefile
+++ b/devel/protobuf/Makefile
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
ONLY_FOR_ARCHS= amd64 armv6 i386
PATHFIX_MAKEFILEIN= Makefile.am
+TEST_TARGET= check
USE_CSTD= c99 # for audio/clementine-player support
USE_LDCONFIG= yes
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
@@ -23,7 +24,4 @@ USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
GH_ACCOUNT= google
USE_GITHUB= yes
-regression-test test: build
- cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
-
.include <bsd.port.mk>