diff options
Diffstat (limited to 'tests/README.rst')
-rw-r--r-- | tests/README.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/README.rst b/tests/README.rst new file mode 100644 index 0000000..502347c --- /dev/null +++ b/tests/README.rst @@ -0,0 +1,29 @@ +Unit tests +========== + +The unit tests depend on cmocka_. + +.. code-block:: bash + + $ make check + +.. todo:: Writing tests. + +Integration tests +================= + +The integration tests are using Deckard, the `DNS test harness <deckard>`_. +It requires Jinja2_ and Python, `socket_wrapper`_, libfaketime_ are embedded in the build (cmake is required for `socket_wrapper`_). + +Execute the tests by: + +.. code-block:: bash + + $ make check-integration + +See deckard_ documentation on how to write additional tests. + +.. _cmocka: https://cmocka.org/ +.. _`socket_wrapper`: https://cwrap.org/socket_wrapper.html +.. _`libfaketime`: https://github.com/wolfcw/libfaketime +.. _deckard: https://gitlab.labs.nic.cz/knot/deckard |