]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/testrunner.cc
Merge pull request #2252 from cmouse/consistent-config-h
[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 "packetcache.hh"
9 StatBag S;
10 PacketCache PC;
11
12 #include <boost/test/unit_test.hpp>