From: Pieter Lexis Date: Fri, 5 Sep 2025 14:37:34 +0000 (+0200) Subject: fix(auth): set PDNS_BUILD_PATH when running tests X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16092%2Fhead;p=thirdparty%2Fpdns.git fix(auth): set PDNS_BUILD_PATH when running tests --- diff --git a/meson.build b/meson.build index 5659e0a98..f22de4e27 100644 --- a/meson.build +++ b/meson.build @@ -1120,6 +1120,7 @@ if get_option('unit-tests-backends') test( 'pdns-auth-backend-' + module, start_test_stop, + env: {'PDNS_BUILD_PATH': meson.build_root()}, args: ['5300', module], workdir: product_source_dir / 'regression-tests', depends: [pdns_auth, pdns_auth_util, sdig, saxfr, pdns_auth_notify, nsec3dig],