From a1605f378aed310e50b96626706cec0a94109ce7 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Fri, 29 Mar 2019 00:09:31 +0000 Subject: couchdb: add test target to Makefile --- databases/couchdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 5ed6f042a83..0338b904323 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2018/12/15 21:12:19 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2019/03/29 00:09:31 gutteridge Exp $ # DISTNAME= apache-couchdb-2.1.1 @@ -73,6 +73,7 @@ CONFIGURE_ARGS+= --skip-deps CONFIGURE_ARGS+= --with-curl BUILD_TARGET= release +TEST_TARGET= check INSTALLATION_DIRS+= bin couchdb/lib INSTALLATION_DIRS+= couchdb/share/server couchdb/share/www/docs -- cgit v1.2.3