From: Remi Gacogne Date: Tue, 10 Sep 2024 14:23:14 +0000 (+0200) Subject: Actually enable the shared holder unit tests in dnsdist and rec X-Git-Tag: rec-5.2.0-alpha1~88^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7cca9b28a7cac33f1be19a51586ff95c5da3ebc;p=thirdparty%2Fpdns.git Actually enable the shared holder unit tests in dnsdist and rec --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index fc0a25ffd6..116e29c650 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -370,6 +370,7 @@ testrunner_SOURCES = \ test-luawrapper.cc \ test-mplexer.cc \ test-proxy_protocol_cc.cc \ + test-sholder_hh.cc \ testrunner.cc \ threadname.hh threadname.cc \ uuid-utils.hh uuid-utils.cc \ diff --git a/pdns/dnsdistdist/test-sholder_hh.cc b/pdns/dnsdistdist/test-sholder_hh.cc new file mode 120000 index 0000000000..eb240e5b73 --- /dev/null +++ b/pdns/dnsdistdist/test-sholder_hh.cc @@ -0,0 +1 @@ +../test-sholder_hh.cc \ No newline at end of file diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index a1ddd51288..12013b4773 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -365,6 +365,7 @@ testrunner_SOURCES = \ test-rpzloader_cc.cc \ test-secpoll_cc.cc \ test-settings.cc \ + test-sholder_hh.cc \ test-signers.cc \ test-syncres_cc.cc \ test-syncres_cc.hh \ diff --git a/pdns/recursordist/test-sholder_hh.cc b/pdns/recursordist/test-sholder_hh.cc new file mode 120000 index 0000000000..eb240e5b73 --- /dev/null +++ b/pdns/recursordist/test-sholder_hh.cc @@ -0,0 +1 @@ +../test-sholder_hh.cc \ No newline at end of file