]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: ISC_RUN_TEST_IMPL should use a static declaration
authorMark Andrews <marka@isc.org>
Wed, 28 Jan 2026 10:23:48 +0000 (21:23 +1100)
committerMark Andrews <marka@isc.org>
Wed, 28 Jan 2026 10:23:48 +0000 (21:23 +1100)
commit6c1bc49ec735844981ed9c08fd36d96e44d4de37
tree07bf0cc04048a21edaf5b3887e20bf577d86f387
parent7e39596d570aba5fc24afa91a393f3033ee1d31d
parent22d664aa152f089d5890cd400364400d2aa8e3ae
fix: test: ISC_RUN_TEST_IMPL should use a static declaration

These functions don't need to be called from multiple places and
by making them static we will detect when they are not added to the
list functions to be tested.

Closes #5715

Merge branch '5715-isc_run_test_impl-should-use-a-static-declaration' into 'main'

See merge request isc-projects/bind9!11480