Skip to content
Snippets Groups Projects
Verified Commit a9b100cf authored by Tomas Krizek's avatar Tomas Krizek
Browse files

doc/build: clarify documentation about tests

parent b1483183
No related branches found
No related tags found
1 merge request!838modules/refuse_nord: refuse queries without RD bit set
Pipeline #50567 failed
......@@ -171,13 +171,15 @@ The following command runs all enabled tests. By default, only unit tests are en
$ ninja -C build_dir
$ meson test -C build_dir
More comprehensive tests require you to install ``kresd`` into the configured prefix
before running the test suite. To run all available tests,
use ``-Dextra_tests=enabled`` build option.
More comprehensive tests require you to install ``kresd`` into the configured
prefix before running the test suite. They also have to be explicitly enabled
by using either ``-Dconfig_tests=enabled`` for postinstall config tests, or
``-Dextra_tests=enabled`` for all tests, including deckard tests. Please note
the latter also requires ``-Dsendmmsg=disabled``.
.. code-block:: bash
$ ninja -C build_dir
$ meson configure build_dir -Dconfig_tests=enabled
$ ninja install -C build_dir
$ meson test -C build_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment