svn commit: r461205 - head/net-mgmt/tcpreplay

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 8 09:02:49 UTC 2018


Author: amdmi3
Date: Thu Feb  8 09:02:48 2018
New Revision: 461205
URL: https://svnweb.freebsd.org/changeset/ports/461205

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

Modified:
  head/net-mgmt/tcpreplay/Makefile

Modified: head/net-mgmt/tcpreplay/Makefile
==============================================================================
--- head/net-mgmt/tcpreplay/Makefile	Thu Feb  8 09:02:46 2018	(r461204)
+++ head/net-mgmt/tcpreplay/Makefile	Thu Feb  8 09:02:48 2018	(r461205)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	pcapnav-config:net/libpcapnav
 USES=		autoreconf libtool pkgconfig
 USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
+TEST_TARGET=	test
 
 GH_ACCOUNT=	appneta
 
@@ -41,8 +42,5 @@ LIBPCAP_PORTS_LIB_DEPENDS=	libpcap.so:net/libpcap
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-Wall -O3||' ${WRKSRC}/${CONFIGURE_SCRIPT}.ac
-
-regression-test: build
-	@cd ${WRKSRC} && ${MAKE} -s test
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list