$(AM_LDFLAGS) \
$(LIBCRYPTO_LDFLAGS)
+noinst_PROGRAMS = speedtest
+
if UNIT_TESTS
-noinst_PROGRAMS = testrunner
+noinst_PROGRAMS += testrunner
if HAVE_BOOST_GE_148
TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message SRCDIR='$(srcdir)'
TESTS=testrunner
rr.qname=i->first.d_name;
rr.ttl=i->first.d_ttl;
- rr.content=i->first.d_content->getZoneRepresentation(); // this should be the serialised form
+ rr.content=i->first.getContent()->getZoneRepresentation(); // this should be the serialised form
lwr.d_result.push_back(rr);
}