- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-08 09:02:48 +00:00
parent 1dbbb20f29
commit 6685575e81
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461205

View File

@ -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 <bsd.port.mk>