From f8217b5167bf8b04dcdedd5ac1882f98a128bdf4 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 3 Oct 2015 17:07:20 +0000 Subject: - Convert to new test framework --- devel/protobuf/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel') 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 -- cgit