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 04:13:46 UTC

[couchdb] 02/02: Update the list of the available test suite types

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 8a6c3bce2ac7b6df4d43fbd99aceb853ddbbe569
Author: Gabor Pali <ga...@ibm.com>
AuthorDate: Fri Feb 10 00:34:11 2023 +0100

    Update the list of the available test suite types
    
    Over time, many other kind of test suites have been added to the
    `Makefile`s, reflect this in the documentation.
---
 README-DEV.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README-DEV.rst b/README-DEV.rst
index 8ac9cc41c..524db9fd8 100644
--- a/README-DEV.rst
+++ b/README-DEV.rst
@@ -177,11 +177,13 @@ To run all the tests use run::
 
     make check
 
-You can also run each test suite individually via ``eunit`` and ``javascript``
-targets::
+You can also run each test suite individually via the ``eunit``, ``mango-test``,
+``elixir-suite``, and ``weatherreport-test`` targets::
 
     make eunit
-    make javascript
+    make mango-test
+    make elixit-suite
+    make weatherreport-test
 
 If you need to run specific Erlang tests, you can pass special "options"
 to make targets::