]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Rename tsig_tests to tsig-tests
authorFred Morcos <fred.morcos@open-xchange.com>
Wed, 22 Nov 2023 13:26:08 +0000 (14:26 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:56 +0000 (13:28 +0100)
meson.build
pdns/meson.build

index 3a8d123f686e710ec7513faa80391915301527c2..9585f7494b737f5b284e58580d36ea41904de916 100644 (file)
@@ -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')
index 490b35e7f78a1c6d3450a1c99fd476ca365117bb..18ce6695ccbc14a2cb8672191a23b5c2e2136f3e 100644 (file)
@@ -1355,7 +1355,7 @@ endif
 
 if get_option('unit-tests')
   tool_libs += {
-    'tsig_tests': {
+    'tsig-tests': {
       'main': 'tsig-tests.cc',
       'sources': [
         'arguments.cc',