From: Remi Gacogne Date: Thu, 20 Feb 2020 11:13:55 +0000 (+0100) Subject: dnsdist: Run the proxy protocol unit tests X-Git-Tag: dnsdist-1.5.0-alpha1~12^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bf0554f8cb6789578549abcefb2f9f5bc89ed59;p=thirdparty%2Fpdns.git dnsdist: Run the proxy protocol unit tests --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 4a48a7af22..e6bd28464e 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -217,6 +217,7 @@ testrunner_SOURCES = \ test-dnsparser_cc.cc \ test-iputils_hh.cc \ test-mplexer.cc \ + test-proxy_protocol_cc.cc \ cachecleaner.hh \ circular_buffer.hh \ dnsdist.hh \ @@ -245,6 +246,7 @@ testrunner_SOURCES = \ namespaces.hh \ pdnsexception.hh \ pollmplexer.cc \ + proxy-protocol.cc proxy-protocol.hh \ qtype.cc qtype.hh \ sholder.hh \ sodcrypto.cc \ diff --git a/pdns/dnsdistdist/test-proxy_protocol_cc.cc b/pdns/dnsdistdist/test-proxy_protocol_cc.cc new file mode 120000 index 0000000000..6350ca49f9 --- /dev/null +++ b/pdns/dnsdistdist/test-proxy_protocol_cc.cc @@ -0,0 +1 @@ +../test-proxy_protocol_cc.cc \ No newline at end of file