From 11d125e5cdc5515beeef370e594562f4028bb8b4 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 22 Mar 2024 11:53:22 +0100 Subject: [PATCH] Meson: Fix missing dependency for auth testrunner --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index ce9ecc634f..51320bb304 100644 --- a/meson.build +++ b/meson.build @@ -827,6 +827,7 @@ if get_option('unit-tests') 'pdns-auth-testrunner': { 'main': src_dir / 'testrunner.cc', 'deps-extra': [ + dep_boost_test, libpdns_test, libpdns_signers_openssl, libpdns_signers_decaf, -- 2.47.2