]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Actually enable the shared holder unit tests in dnsdist and rec
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Sep 2024 14:23:14 +0000 (16:23 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Sep 2024 10:15:10 +0000 (12:15 +0200)
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/test-sholder_hh.cc [new symlink]
pdns/recursordist/Makefile.am
pdns/recursordist/test-sholder_hh.cc [new symlink]

index fc0a25ffd646eeca1cb941f4347c9fbd3d6e8c4f..116e29c6508b707ac6bfb30974e1909b780945b4 100644 (file)
@@ -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 (symlink)
index 0000000..eb240e5
--- /dev/null
@@ -0,0 +1 @@
+../test-sholder_hh.cc
\ No newline at end of file
index a1ddd5128847349fc773e104bb50928a49e17964..12013b477320f051e0dbaaf6fb8efc462825a19e 100644 (file)
@@ -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 (symlink)
index 0000000..eb240e5
--- /dev/null
@@ -0,0 +1 @@
+../test-sholder_hh.cc
\ No newline at end of file