]> git.ipfire.org Git - thirdparty/bind9.git/commit
ISC_RUN_TEST_IMPL should use a static declaration
authorMark Andrews <marka@isc.org>
Fri, 23 Jan 2026 04:57:42 +0000 (15:57 +1100)
committerMark Andrews <marka@isc.org>
Wed, 28 Jan 2026 13:43:25 +0000 (00:43 +1100)
commit837fc382b4ac4627c8c52ff6a5d40bc3266cc760
treec4bd3492514ad92af4097f5314c9ac342c83959e
parent635a3d682456d7b724f67b92546ab2a246b5fbd0
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.

(cherry picked from commit 22d664aa152f089d5890cd400364400d2aa8e3ae)
tests/include/tests/isc.h
tests/isc/task_test.c