]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: test: Add build-time check for unregistered rdata files main
authorMichal Nowak <mnowak@isc.org>
Tue, 30 Jun 2026 17:20:11 +0000 (19:20 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 30 Jun 2026 17:20:11 +0000 (19:20 +0200)
commit219f23cb806ee4cd7baf1fc5d46ea8d6a691b90b
tree3fe2aeea63a806eebaebc1ddf188dac7aec74b11
parentf27acdfd5a9e8d24c30de82b6509fe411c922271
parent11539c7f4af402cc8d7fcdfb4a01e08f6cd25376
new: test: Add build-time check for unregistered rdata files

Fail at meson configure if an rdata source file in lib/dns/rdata is not
registered in dns_header_depfiles, so edits no longer silently skip
header regeneration (as happened with brid, dsync, hhit, and wallet).

Assisted-by: Claude:claude-opus-4-8
Merge branch 'mnowak/check-rdata-registration' into 'main'

See merge request isc-projects/bind9!12219