From: Michał Kępień Date: Wed, 16 Dec 2015 11:00:19 +0000 (+0100) Subject: Hook up Base64 test suite to dnsdist's testrunner X-Git-Tag: dnsdist-1.0.0-alpha1~46^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27e17c30db56a89be7a54280c0d76b31c2e984a;p=thirdparty%2Fpdns.git Hook up Base64 test suite to dnsdist's testrunner --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 9def85c0e7..fba3eb59a1 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -83,7 +83,8 @@ dnsdist_LDADD = \ testrunner_SOURCES = \ - dns.hh \ + base64.hh dns.hh \ + test-base64_cc.cc \ test-dnsdist_cc.cc dnsdist.hh \ dnsdist-ecs.cc dnsdist-ecs.hh \ dnslabeltext.cc \ @@ -98,6 +99,7 @@ testrunner_SOURCES = \ pdnsexception.hh \ qtype.cc qtype.hh \ sholder.hh \ + sodcrypto.cc \ sstuff.hh \ testrunner.cc diff --git a/pdns/dnsdistdist/test-base64_cc.cc b/pdns/dnsdistdist/test-base64_cc.cc new file mode 120000 index 0000000000..1f4893086d --- /dev/null +++ b/pdns/dnsdistdist/test-base64_cc.cc @@ -0,0 +1 @@ +../test-base64_cc.cc \ No newline at end of file