]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/testrunner.cc
Merge pull request #2828 from cmouse/gss-dnsname-fix
[thirdparty/pdns.git] / pdns / 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 #include "packetcache.hh"
10 StatBag S;
11 PacketCache PC;
12
13