From c7cca9b28a7cac33f1be19a51586ff95c5da3ebc Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 10 Sep 2024 16:23:14 +0200 Subject: [PATCH] Actually enable the shared holder unit tests in dnsdist and rec --- pdns/dnsdistdist/Makefile.am | 1 + pdns/dnsdistdist/test-sholder_hh.cc | 1 + pdns/recursordist/Makefile.am | 1 + pdns/recursordist/test-sholder_hh.cc | 1 + 4 files changed, 4 insertions(+) create mode 120000 pdns/dnsdistdist/test-sholder_hh.cc create mode 120000 pdns/recursordist/test-sholder_hh.cc 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 -- 2.47.2