The real function moved to the pdns namespace anyway.
testrunner_SOURCES = \
arguments.cc \
+ axfr-retriever.hh axfr-retriever.cc \
base32.cc \
base64.cc base64.hh \
circular_buffer.hh \
responsestats.cc \
rpzloader.cc rpzloader.hh \
resolver.hh resolver.cc \
- axfr-retriever.hh axfr-retriever.cc \
root-dnssec.hh \
secpoll.cc \
sillyrecords.cc \
// Provide stubs for some symbols
bool g_logRPZChanges{false};
-ComboAddress getQueryLocalAddress(int family, uint16_t port)
-{
- cerr << "getQueryLocalAddress() STUBBED IN TEST!" << endl;
- BOOST_ASSERT(false);
- return ComboAddress();
-}
BOOST_AUTO_TEST_SUITE(rpzloader_cc)