summaryrefslogtreecommitdiff
path: root/README-DEV.rst
diff options
context:
space:
mode:
authorGabor Pali <gabor.pali@ibm.com>2023-02-10 00:34:11 +0100
committerNick Vatamaniuc <nickva@users.noreply.github.com>2023-02-09 23:13:35 -0500
commit8a6c3bce2ac7b6df4d43fbd99aceb853ddbbe569 (patch)
tree5c2217c5b87aaba643a102d2504d43d930f92bd0 /README-DEV.rst
parentf4311014fffab3252fc7561fbca4c6b3b7eca3b7 (diff)
downloadcouchdb-8a6c3bce2ac7b6df4d43fbd99aceb853ddbbe569.tar.gz
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.
Diffstat (limited to 'README-DEV.rst')
-rw-r--r--README-DEV.rst8
1 files 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::