svn commit: r455215 - head/devel/boehm-gc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 30 17:34:38 UTC 2017


Author: amdmi3
Date: Thu Nov 30 17:34:36 2017
New Revision: 455215
URL: https://svnweb.freebsd.org/changeset/ports/455215

Log:
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/devel/boehm-gc/Makefile

Modified: head/devel/boehm-gc/Makefile
==============================================================================
--- head/devel/boehm-gc/Makefile	Thu Nov 30 17:10:09 2017	(r455214)
+++ head/devel/boehm-gc/Makefile	Thu Nov 30 17:34:36 2017	(r455215)
@@ -26,6 +26,7 @@ CPE_VENDOR=	boehm-demers-weiser
 CPE_PRODUCT=	garbage_collector
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 CONFIGURE_ARGS=	--enable-cplusplus --disable-static
 MAKE_JOBS_UNSAFE=	yes
 
@@ -96,8 +97,5 @@ post-install:
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .endif
-
-regression-test: build
-	(cd ${WRKSRC} && ${MAKE_CMD} check)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list