Skip to content
Snippets Groups Projects
Commit 0346782f authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Moved RRSet unit tests to proper directory.

- Changed paths in Knot.file, Makefile.am and in the test files.
parent 7f71c95b
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,6 @@ src/tests/knot/server_tests.c
src/tests/knot/server_tests.h
src/tests/libknot/dname_tests.c
src/tests/libknot/dname_tests.h
src/tests/libknot/libknot/rrset_tests.c
src/tests/libknot/libknot/rrset_tests.h
src/tests/libknot/sign_tests.c
src/tests/libknot/sign_tests.h
src/tests/libknot/unittests_libknot.c
......@@ -223,6 +221,8 @@ src/tests/libknot/wire_tests.c
src/tests/libknot/wire_tests.h
src/tests/libknot/ztree_tests.c
src/tests/libknot/ztree_tests.h
src/tests/libknot/rrset_tests.c
src/tests/libknot/rrset_tests.h
src/tests/unittests_main.c
src/tests/xfr_tests.c
src/tests/xfr_tests.h
......
......@@ -124,8 +124,8 @@ unittests_libknot_SOURCES = \
tests/libknot/ztree_tests.c \
tests/libknot/wire_tests.h \
tests/libknot/wire_tests.c \
tests/libknot/libknot/rrset_tests.h \
tests/libknot/libknot/rrset_tests.c \
tests/libknot/rrset_tests.h \
tests/libknot/rrset_tests.c \
tests/libknot/sign_tests.c \
tests/libknot/sign_tests.h
......
......@@ -17,7 +17,7 @@
#include <assert.h>
#include <stdint.h>
#include "tests/libknot/libknot/rrset_tests.h"
#include "tests/libknot/rrset_tests.h"
#include "common/descriptor.h"
#include "common/errcode.h"
#include "common/print.h"
......
......@@ -25,7 +25,7 @@
//#include "tests/libknot/libknot/node_tests.h"
//#include "tests/libknot/libknot/rdata_tests.h"
//#include "tests/libknot/libknot/response_tests.h"
#include "tests/libknot/libknot/rrset_tests.h"
#include "tests/libknot/rrset_tests.h"
#include "tests/libknot/wire_tests.h"
#include "tests/libknot/dname_tests.h"
#include "tests/libknot/ztree_tests.h"
......
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