From: Mark Andrews Date: Wed, 28 Jan 2026 10:23:48 +0000 (+1100) Subject: fix: test: ISC_RUN_TEST_IMPL should use a static declaration X-Git-Tag: v9.21.18~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1bc49ec735844981ed9c08fd36d96e44d4de37;p=thirdparty%2Fbind9.git 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 --- 6c1bc49ec735844981ed9c08fd36d96e44d4de37