From: Fred Morcos Date: Tue, 3 Sep 2024 18:15:59 +0000 (+0200) Subject: Add more tools that regtests depend on X-Git-Tag: rec-5.2.0-alpha1~30^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00428b8af89287c19fa997ebb7476787aa04ee6;p=thirdparty%2Fpdns.git Add more tools that regtests depend on --- diff --git a/meson.build b/meson.build index 8b61fadf95..9afe50adb1 100644 --- a/meson.build +++ b/meson.build @@ -1107,7 +1107,7 @@ if get_option('unit-tests-backends') start_test_stop, args: ['5300', module], workdir: product_source_dir / 'regression-tests', - depends: [pdns_auth, pdns_auth_util, sdig, saxfr], + depends: [pdns_auth, pdns_auth_util, sdig, saxfr, pdns_auth_notify, nsec3dig], is_parallel: false, ) endif