]> git.ipfire.org Git - thirdparty/pdns.git/blob - pdns/testrunner.cc
move statbag so static initialisation happens early enough for packetcache; thanks...
[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 #include "packetcache.hh"
6 StatBag S;
7 PacketCache PC;
8
9 #include <boost/test/unit_test.hpp>