From: Fred Morcos Date: Wed, 22 Nov 2023 13:26:08 +0000 (+0100) Subject: Meson: Rename tsig_tests to tsig-tests X-Git-Tag: rec-5.1.0-alpha1~80^2~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c563b767aa79e9c6c9d1812955636c351d75e5cf;p=thirdparty%2Fpdns.git Meson: Rename tsig_tests to tsig-tests --- 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',