From: Kees Monshouwer Date: Wed, 16 Jul 2014 17:44:10 +0000 (+0200) Subject: report types in test-zoneparser_tng_cc X-Git-Tag: auth-3.4.0-rc1~78^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1552%2Fhead;p=thirdparty%2Fpdns.git report types in test-zoneparser_tng_cc fixes make check on CentOS 6 --- diff --git a/pdns/test-zoneparser_tng_cc.cc b/pdns/test-zoneparser_tng_cc.cc index 7c1a355194..08bab18f12 100644 --- a/pdns/test-zoneparser_tng_cc.cc +++ b/pdns/test-zoneparser_tng_cc.cc @@ -9,11 +9,15 @@ #include #include "dns.hh" #include "zoneparser-tng.hh" +#include "dnsrecords.hh" #include BOOST_AUTO_TEST_SUITE(test_zoneparser_tng_cc) BOOST_AUTO_TEST_CASE(test_tng_record_types) { + reportAllTypes(); + reportFancyTypes(); + ZoneParserTNG zp("../regression-tests/zones/unit.test", "unit.test"); DNSResourceRecord rr;