From e27e17c30db56a89be7a54280c0d76b31c2e984a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 16 Dec 2015 12:00:19 +0100 Subject: [PATCH] Hook up Base64 test suite to dnsdist's testrunner --- pdns/dnsdistdist/Makefile.am | 4 +++- pdns/dnsdistdist/test-base64_cc.cc | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 pdns/dnsdistdist/test-base64_cc.cc 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 -- 2.47.2