From c563b767aa79e9c6c9d1812955636c351d75e5cf Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 22 Nov 2023 14:26:08 +0100 Subject: [PATCH] Meson: Rename tsig_tests to tsig-tests --- meson.build | 2 +- pdns/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 3a8d123f68..9585f7494b 100644 --- a/meson.build +++ b/meson.build @@ -244,7 +244,7 @@ endif if get_option('unit-tests') # TODO: NOINSTALL speedtest and pdns-auth-testrunner - tools += ['tsig_tests', 'speedtest', 'pdns-auth-testrunner'] + tools += ['tsig-tests', 'speedtest', 'pdns-auth-testrunner'] endif if get_option('fuzz-targets') diff --git a/pdns/meson.build b/pdns/meson.build index 490b35e7f7..18ce6695cc 100644 --- a/pdns/meson.build +++ b/pdns/meson.build @@ -1355,7 +1355,7 @@ endif if get_option('unit-tests') tool_libs += { - 'tsig_tests': { + 'tsig-tests': { 'main': 'tsig-tests.cc', 'sources': [ 'arguments.cc', -- 2.47.2