]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/dnsdistdist/testrunner.cc
Add EDNS Client Subnet to queries, unit tests and regression tests.
[thirdparty/pdns.git] / pdns / dnsdistdist / testrunner.cc
1 #define BOOST_TEST_DYN_LINK
2 #define BOOST_TEST_MAIN
3 #define BOOST_TEST_MODULE unit
4
5 #ifdef HAVE_CONFIG_H
6 #include "config.h"
7 #endif
8 #include <boost/test/unit_test.hpp>
9
10