]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/test-rcpgenerator_cc.cc
dnsdist: Add HTTPStatusAction to return a specific HTTP response
[thirdparty/pdns.git] / pdns / test-rcpgenerator_cc.cc
index 96e150e892a22d101db01d6db0d8022323d34c25..a5303cd74580aca73f5cc5d4b1dd28ded1bb1c4a 100644 (file)
@@ -1,6 +1,9 @@
 #define BOOST_TEST_DYN_LINK
 #define BOOST_TEST_NO_MAIN
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <boost/test/unit_test.hpp>
 #include "rcpgenerator.hh"
 #include "misc.hh"
@@ -8,7 +11,7 @@
 
 using std::string;
 
-BOOST_AUTO_TEST_SUITE(rcp_generator_cc)
+BOOST_AUTO_TEST_SUITE(test_rcpgenerator_cc)
 
 BOOST_AUTO_TEST_CASE(test_xfrIP6) {
         RecordTextReader rtr("::1");