From: Fred Morcos Date: Fri, 22 Mar 2024 10:53:22 +0000 (+0100) Subject: Meson: Fix missing dependency for auth testrunner X-Git-Tag: rec-5.1.0-alpha1~80^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11d125e5cdc5515beeef370e594562f4028bb8b4;p=thirdparty%2Fpdns.git Meson: Fix missing dependency for auth testrunner --- 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,