Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:07:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398480 - head/devel/protobuf
Message-ID:  <201510031707.t93H7K0C008204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  3 17:07:20 2015
New Revision: 398480
URL: https://svnweb.freebsd.org/changeset/ports/398480

Log:
  - Convert to new test framework

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Sat Oct  3 17:07:15 2015	(r398479)
+++ head/devel/protobuf/Makefile	Sat Oct  3 17:07:20 2015	(r398480)
@@ -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 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031707.t93H7K0C008204>