]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
report types in test-zoneparser_tng_cc 1552/head
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 16 Jul 2014 17:44:10 +0000 (19:44 +0200)
committermind04 <mind04@monshouwer.org>
Wed, 16 Jul 2014 17:44:10 +0000 (19:44 +0200)
fixes make check on CentOS 6

pdns/test-zoneparser_tng_cc.cc

index 7c1a35519481a7811481e54cd599e11396412f7f..08bab18f1265fc13f6f3560e5f50aea96279ad69 100644 (file)
@@ -9,11 +9,15 @@
 #include <boost/lexical_cast.hpp>
 #include "dns.hh"
 #include "zoneparser-tng.hh"
+#include "dnsrecords.hh"
 #include <fstream>
 
 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;