]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Register orphaned diff and skr unit tests in meson build
authorMichal Nowak <mnowak@isc.org>
Mon, 25 May 2026 08:17:02 +0000 (08:17 +0000)
committerMichal Nowak <mnowak@isc.org>
Tue, 9 Jun 2026 11:22:18 +0000 (13:22 +0200)
Both test files existed on disk but were never added to the meson test
list when the build system switched from autoconf.

skr_test.c also had a spurious #include <dns/tls.h> for a header that
never existed in this repo -- no symbols from it were used. Removing
the include is the only fix needed; the test itself is correct and
passes.

Assisted-by: Claude:claude-opus-4-7
tests/dns/meson.build
tests/dns/skr_test.c

index a13482f9d92fe61734cb4af8515625878013c8fe..3808c559bc5dd6bb7ae3c0b89084efe92874da19 100644 (file)
@@ -18,6 +18,7 @@ dns_tests = [
     'dbiterator',
     'dbversion',
     'deleg',
+    'diff',
     'dispatch',
     'dns64',
     'dst',
@@ -40,6 +41,7 @@ dns_tests = [
     'resolver',
     'rsa',
     'sigs',
+    'skr',
     'time',
     'transport',
     'tsig',
index 55b533dc520f15bc77fd60f7378f3cceeaa985e4..8f29f304f314b9b872388ac24363ac8da7456120 100644 (file)
@@ -40,7 +40,6 @@
 #include <dns/secalg.h>
 #include <dns/skr.h>
 #include <dns/time.h>
-#include <dns/tls.h>
 
 #include "zone_p.h"