diff options
Diffstat (limited to 'src/tests/unittests_main.c')
-rw-r--r-- | src/tests/unittests_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/unittests_main.c b/src/tests/unittests_main.c index 17ea3b4..aee4bf9 100644 --- a/src/tests/unittests_main.c +++ b/src/tests/unittests_main.c @@ -30,6 +30,7 @@ #include "tests/knot/journal_tests.h" #include "tests/knot/server_tests.h" #include "tests/knot/conf_tests.h" +#include "tests/knot/rrl_tests.h" // Run all loaded units int main(int argc, char *argv[]) @@ -56,6 +57,7 @@ int main(int argc, char *argv[]) /* Server parts. */ &conf_tests_api, //! Configuration parser tests &server_tests_api, //! Server unit + &rrl_tests_api, //! RRL tests NULL }; |