bind9/.gitattributes
Michal Nowak 9597012c17 Add build-time check for unregistered unit test files
Fail at meson configure time if a *_test.c file exists in a test
directory but is not listed in the corresponding test array. This
prevents test files from being silently orphaned when added without
updating meson.build, as happened with diff_test.c and skr_test.c.

Assisted-by: Claude:claude-opus-4-7
2026-06-09 13:22:18 +02:00

36 lines
1.1 KiB
Text

*.sln.in eol=crlf
*.vcxproj.* eol=crlf
/fuzz/dns_rdata_fromwire_text.in/input-* -text
.clang-format* export-ignore
.dir-locals.el export-ignore
.editorconfig export-ignore
.git-blame-ignore-revs export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.gitlab-ci.yml export-ignore
.pylintrc export-ignore
.readthedocs.yaml export-ignore
.uncrustify.cfg export-ignore
dangerfile.py export-ignore
/.github/** export-ignore
/.gitlab/** export-ignore
/.mailmap export-ignore
/.reuse export-ignore
/.reuse/** export-ignore
/ci export-ignore
/cocci export-ignore
/cocci/** export-ignore
/conftools export-ignore
/doc/design export-ignore
/doc/dev export-ignore
/tests/bench/names.csv export-ignore
/util/** export-ignore
/util/bindkeys.pl -export-ignore
/util/check-make-install.sh.in -export-ignore
/util/dtrace.sh -export-ignore
/util/meson.build -export-ignore
/util/meson-system-test-init.sh -export-ignore
/util/check_test_registration.py -export-ignore
/util/meson-dist-package.sh -export-ignore