From: Michal Nowak Date: Tue, 9 Jun 2026 11:22:56 +0000 (+0200) Subject: fix: test: Register orphaned diff and skr unit tests in meson build X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759784f4a25ce1c437a8fad95253c4559541dcd5;p=thirdparty%2Fbind9.git fix: test: Register orphaned diff and skr unit tests in meson build 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 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 Merge branch 'mnowak/fix-orphaned-unit-tests' into 'main' See merge request isc-projects/bind9!12091 --- 759784f4a25ce1c437a8fad95253c4559541dcd5