]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
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)
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


Trivial merge