You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/02/10 00:37:12 UTC

[couchdb] 04/05: Document the `dreyfus-test` `make` target

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 4185bc094cb79592475589acbf5906901bb211b6
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Thu Feb 9 23:22:36 2023 +0100

    Document the `dreyfus-test` `make` target
---
 README-DEV.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README-DEV.rst b/README-DEV.rst
index e29d632f5..38124b9c7 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -225,6 +225,21 @@ following command::
 
     make list-js-suites
 
+There is an additional Elixir-based integration test suite for
+Dreyfus, which is not run automatically by the ``check`` target but it
+could be done manually via the corresponding target::
+
+    make dreyfus-test
+
+Note that this requires a running Clouseau instance with the name
+`clouseau@127.0.0.1`.  The easiest way to get it is to clone the
+[`cloudant-labs/clouseau`](https://github.com/cloudant-labs/clouseau)
+repository and launch it run there once all the prerequisites (JDK,
+Scala, and Maven) have been installed successfully, e.g.::
+
+    git clone https://github.com/cloudant-labs/clouseau
+    mvn -f clouseau/pom.xml scala:run
+
 Code analyzer could be run by::
 
     make dialyze