Skip to content
Snippets Groups Projects
Commit 6035bf7d authored by Daniel Salzman's avatar Daniel Salzman
Browse files

unittests: enable rrset unit tests

parent 0a4feaff
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ unittests_SOURCES = \
tests/libknot/ztree_tests.c \
tests/libknot/wire_tests.h \
tests/libknot/wire_tests.c \
tests/libknot/rrset_tests.c \
tests/libknot/rrset_tests.h \
tests/libknot/sign_tests.c \
tests/libknot/sign_tests.h \
tests/unittests_main.c
......
......@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
&dname_tests_api,
&ztree_tests_api,
&sign_tests_api, //! Key manipulation.
//&rrset_tests_api,
&rrset_tests_api,
NULL
};
......
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