Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:07:11 +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: r398478 - head/devel/glog
Message-ID:  <201510031707.t93H7B1m007998@repo.freebsd.org>

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

Log:
  - Convert to new test framework

Modified:
  head/devel/glog/Makefile

Modified: head/devel/glog/Makefile
==============================================================================
--- head/devel/glog/Makefile	Sat Oct  3 17:07:06 2015	(r398477)
+++ head/devel/glog/Makefile	Sat Oct  3 17:07:10 2015	(r398478)
@@ -19,6 +19,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		execinfo libtool pathfix
 
@@ -30,7 +31,4 @@ USE_GITHUB=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^docdir = / s| = .*| = ${DOCSDIR}|' ${WRKSRC}/Makefile.in
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-
 .include <bsd.port.mk>



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