- Switch to new test framework
Approved by: portmgr blanket
This commit is contained in:
parent
39bd4c48a1
commit
c59e21a7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=465669
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue