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

Added missing .h file.

parent fedb51a8
No related branches found
No related tags found
No related merge requests found
/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*!
* \file rrset_tests.h
*
* \author Jan Kadlec <jan.kadlec@nic.cz>
*
* Contains unit tests for RRSet (knot_rrset_t) and its API.
*
* Contains tests for:
* -
*/
#ifndef _KNOTD_RRSET_TESTS_H_
#define _KNOTD_RRSET_TESTS_H_
#include "common/libtap/tap_unit.h"
/* Unit API. */
unit_api rrset_tests_api;
#endif /* _KNOTD_RRSET_TESTS_H_ */
......@@ -19,21 +19,21 @@
#include "common/libtap/tap_unit.h"
// Units to test
#include "tests/libknot/libknot/cuckoo_tests.h"
#include "tests/libknot/libknot/dname_tests.h"
#include "tests/libknot/libknot/edns_tests.h"
#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/cuckoo_tests.h"
//#include "tests/libknot/libknot/dname_tests.h"
//#include "tests/libknot/libknot/edns_tests.h"
//#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/libknot/zone_tests.h"
#include "tests/libknot/libknot/dname_table_tests.h"
#include "tests/libknot/libknot/nsec3_tests.h"
#include "tests/libknot/libknot/packet_tests.h"
#include "tests/libknot/libknot/query_tests.h"
#include "tests/libknot/libknot/zonedb_tests.h"
#include "tests/libknot/libknot/zone_tree_tests.h"
#include "tests/libknot/libknot/tsig_tests.h"
//#include "tests/libknot/libknot/zone_tests.h"
//#include "tests/libknot/libknot/dname_table_tests.h"
//#include "tests/libknot/libknot/nsec3_tests.h"
//#include "tests/libknot/libknot/packet_tests.h"
//#include "tests/libknot/libknot/query_tests.h"
//#include "tests/libknot/libknot/zonedb_tests.h"
//#include "tests/libknot/libknot/zone_tree_tests.h"
//#include "tests/libknot/libknot/tsig_tests.h"
// Run all loaded units
int main(int argc, char *argv[])
......
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