]> git.ipfire.org Git - thirdparty/pdns.git/blame - pdns/testrunner.cc
Merge pull request #5132 from rgacogne/auth-packet-cache
[thirdparty/pdns.git] / pdns / testrunner.cc
CommitLineData
9bacbe09
PD
1#define BOOST_TEST_DYN_LINK
2#define BOOST_TEST_MAIN
3#define BOOST_TEST_MODULE unit
4
870a0fe4
AT
5#ifdef HAVE_CONFIG_H
6#include "config.h"
7#endif
c405017b 8#include <boost/test/unit_test.hpp>
bf269e28
RG
9#include "auth-packetcache.hh"
10#include "auth-querycache.hh"
11#include "statbag.hh"
dc7d490b 12StatBag S;
bf269e28
RG
13AuthPacketCache PC;
14AuthQueryCache QC;
c405017b 15