summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorjiahuili <Jiahui.Li@ibm.com>2022-07-18 11:06:05 -0500
committerNick Vatamaniuc <nickva@users.noreply.github.com>2022-07-18 17:58:24 -0400
commitc71239bf0b242cbe46d1d1a8738a8ec4e0f7215b (patch)
tree5fada6c3ddc24c057ff1b64cfdb5715c1474230c /rel
parent9965289f26ec9cc6dca1f98d76fbdb39f3b5018b (diff)
downloadcouchdb-c71239bf0b242cbe46d1d1a8738a8ec4e0f7215b.tar.gz
Update application description and dependencies
1. Update application description and dependencies 2. `couch_uuids_tests.erl` needs to start `config` and `couch_log` 3. Reformat changed files
Diffstat (limited to 'rel')
-rw-r--r--rel/reltool.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rel/reltool.config b/rel/reltool.config
index ab26fb2ed..a3e9d9cf9 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -38,6 +38,7 @@
couch_plugins,
couch_replicator,
couch_stats,
+ couch_tests,
couch_event,
couch_peruser,
couch_dist,
@@ -102,6 +103,7 @@
{app, couch_plugins, [{incl_cond, include}]},
{app, couch_replicator, [{incl_cond, include}]},
{app, couch_stats, [{incl_cond, include}]},
+ {app, couch_tests, [{incl_cond, include}]},
{app, couch_event, [{incl_cond, include}]},
{app, couch_peruser, [{incl_cond, include}]},
{app, couch_dist ,[{incl_cond, include}]},