- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-12 08:33:11 +00:00
parent 70bde0cae9
commit 4eb876a7b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464234

View File

@ -14,7 +14,7 @@ LICENSE= LGPL21
OPTIONS_DEFINE= DEBUG
INSTALL_TARGET= install-strip
USES= libtool pathfix tar:bzip2
USES= libtool pathfix tar:bzip2
#CFLAGS= -Wno-tautological-constant-out-of-range-compare
GNU_CONFIGURE= yes
@ -25,7 +25,7 @@ USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} 's/-Werror //' ${WRKSRC}/configure
regression-test:
do-test:
@(cd ${WRKSRC}/misc && ./test_dr)
.include <bsd.port.mk>