Merge pull request #4125 from jiahuili430/couch-tests

Remove `couch_tests` from reltool
diff --git a/rel/reltool.config b/rel/reltool.config
index a3e9d9c..ab26fb2 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -38,7 +38,6 @@
         couch_plugins,
         couch_replicator,
         couch_stats,
-        couch_tests,
         couch_event,
         couch_peruser,
         couch_dist,
@@ -103,7 +102,6 @@
     {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}]},
diff --git a/src/chttpd/src/chttpd.app.src b/src/chttpd/src/chttpd.app.src
index e57c2ee..bc899b1 100644
--- a/src/chttpd/src/chttpd.app.src
+++ b/src/chttpd/src/chttpd.app.src
@@ -24,7 +24,6 @@
         stdlib,
         couch_log,
         couch_stats,
-        couch_tests,
         config,
         couch,
         ets_lru,
diff --git a/src/couch/src/couch.app.src b/src/couch/src/couch.app.src
index ac4da26..951cb1e 100644
--- a/src/couch/src/couch.app.src
+++ b/src/couch/src/couch.app.src
@@ -46,7 +46,6 @@
         couch_event,
         ioq,
         couch_stats,
-        couch_tests,
         hyper,
         couch_prometheus,
         couch_dist