aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-27 08:33:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-27 08:33:25 +0000
commitc59e21a7ea8f90fded580b8e6b6b8a4807494924 (patch)
treef10e5d1b9283717636dbff9d67fa2fa24b05cea9 /databases
parent39bd4c48a14ddc0cd86fdaafb43d623ac17cc979 (diff)
downloadports-c59e21a7ea8f90fded580b8e6b6b8a4807494924.tar.gz
ports-c59e21a7ea8f90fded580b8e6b6b8a4807494924.zip
- Switch to new test framework
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=465669
Diffstat (limited to 'databases')
-rw-r--r--databases/libmemcached/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/libmemcached/Makefile b/databases/libmemcached/Makefile
index 274ac131943f..8f4e0a14e89b 100644
--- a/databases/libmemcached/Makefile
+++ b/databases/libmemcached/Makefile
@@ -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>