From 4f78339a0111738ede7c27771978339641700045 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Oto=20=C5=A0=C5=A5=C3=A1va?= <oto.stava@gmail.com>
Date: Mon, 25 Oct 2021 15:53:57 +0200
Subject: [PATCH] doc: Add missing lua-basexx dependency, clarify default unit
 tests

---
 doc/build.rst | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/build.rst b/doc/build.rst
index 2240dbe5e..383bf75f8 100644
--- a/doc/build.rst
+++ b/doc/build.rst
@@ -50,6 +50,7 @@ Resolver:
    "nghttp2_", "``daemon``", "DNS over HTTPS support."
    "libsystemd_", "``daemon``", "Systemd watchdog support."
    "`libcap-ng`_", "``daemon``", "Linux capabilities: support dropping them."
+   "`lua-basexx`_", "``config tests``", "Number base encoding/decoding for Lua."
    "`lua-http`_", "``modules/http``", "HTTP/2 client/server for Lua."
    "`lua-cqueues`_", "some lua modules", ""
    "cmocka_", "``unit tests``", "Unit testing framework."
@@ -168,7 +169,8 @@ command.
 Tests
 -----
 
-The following command runs all enabled tests. By default, only unit tests are enabled.
+The following command runs all enabled tests. By default, only unit tests are
+enabled (when ``cmocka`` is installed).
 
 .. code-block:: bash
 
@@ -297,6 +299,7 @@ For development, it's possible to build the container directly from your git tre
 .. _pkg-config: https://www.freedesktop.org/wiki/Software/pkg-config/
 .. _libknot: https://gitlab.nic.cz/knot/knot-dns
 .. _cmocka: https://cmocka.org/
+.. _lua-basexx: https://github.com/aiq/basexx
 .. _lua-http: https://luarocks.org/modules/daurnimator/http
 .. _lua-cqueues: https://25thandclement.com/~william/projects/cqueues.html
 .. _deckard: https://gitlab.nic.cz/knot/deckard
-- 
GitLab