From a00428b8af89287c19fa997ebb7476787aa04ee6 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 3 Sep 2024 20:15:59 +0200 Subject: [PATCH] Add more tools that regtests depend on --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3