]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/build: clarify documentation about tests
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 24 Jul 2019 10:00:51 +0000 (12:00 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 24 Jul 2019 10:00:51 +0000 (12:00 +0200)
doc/build.rst

index 7caa9825c912ef88738c12ee39fb2a074918a3df..25479c088631ffee9ac62c36fede964b2e69c404 100644 (file)
@@ -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