- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-27 08:33:25 +00:00
parent 39bd4c48a1
commit c59e21a7ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465669

View file

@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-memcached \
--without-sphinx-build \
--enable-libmemcachedprotocol
TEST_TARGET= check
LIBS+= -lexecinfo
CXXFLAGS+= -D__STDC_CONSTANT_MACROS -pthread
@ -57,7 +58,4 @@ post-patch:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.*
regression-test: build
@cd ${WRKSRC} && ${GMAKE} check
.include <bsd.port.mk>