diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-03-29 00:09:31 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-03-29 00:09:31 +0000 |
commit | a1605f378aed310e50b96626706cec0a94109ce7 (patch) | |
tree | 9d348c2e550c55feae7c470e8d51c19691ec07ed /databases | |
parent | f730d13b0bec339540650866a2ad6026c999f35d (diff) | |
download | pkgsrc-a1605f378aed310e50b96626706cec0a94109ce7.tar.gz |
couchdb: add test target to Makefile
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |