From 6685575e815c2cfde4e63231fe863091de469914 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 8 Feb 2018 09:02:48 +0000 Subject: [PATCH] - Switch to new test framework Approved by: portmgr blanket --- net-mgmt/tcpreplay/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-mgmt/tcpreplay/Makefile b/net-mgmt/tcpreplay/Makefile index 43c436cae3af..0ffa0edd011b 100644 --- a/net-mgmt/tcpreplay/Makefile +++ b/net-mgmt/tcpreplay/Makefile @@ -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 @@ -42,7 +43,4 @@ 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