From: Mark Andrews Date: Wed, 28 Jan 2026 14:46:36 +0000 (+1100) Subject: [9.18] fix: test: ISC_RUN_TEST_IMPL should use a static declaration X-Git-Tag: v9.18.45~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804dababd06637230f47d25ad7d93b9e31436ed9;p=thirdparty%2Fbind9.git [9.18] 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 Backport of MR !11480 Merge branch 'backport-5715-isc_run_test_impl-should-use-a-static-declaration-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11503 --- 804dababd06637230f47d25ad7d93b9e31436ed9