Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:56:09 +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: r398301 - head/science/netcdf
Message-ID:  <201510011556.t91Fu9Sc061597@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 15:56:08 2015
New Revision: 398301
URL: https://svnweb.freebsd.org/changeset/ports/398301

Log:
  - Convert to new test framework

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Thu Oct  1 15:56:04 2015	(r398300)
+++ head/science/netcdf/Makefile	Thu Oct  1 15:56:08 2015	(r398301)
@@ -26,6 +26,7 @@ CPPFLAGS+=	-I${WRKSRC}/include -I${LOCAL
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 LIBS+=		-L${LOCALBASE}/lib
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		libtool pathfix
 
@@ -51,7 +52,4 @@ post-install-DOXYGEN-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
-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?201510011556.t91Fu9Sc061597>