diff options
author | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2025-04-25 14:41:24 +0000 |
commit | 44bab727dfe28451b777dc9e47db4f748b709182 (patch) | |
tree | b8abab888105843c7f120357a1e010bfd6d5ef8c /testcode/unitmain.h | |
parent | 0a6d797cf6eb751d7eb613900cd19803e05d905f (diff) |
Diffstat (limited to 'testcode/unitmain.h')
-rw-r--r-- | testcode/unitmain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testcode/unitmain.h b/testcode/unitmain.h index 99d5240d2217..00b5a6220873 100644 --- a/testcode/unitmain.h +++ b/testcode/unitmain.h @@ -86,5 +86,7 @@ void zonemd_test(void); void tcpreuse_test(void); /** unit test for doq functions */ void doq_test(void); +/** unit test for infra cache functions */ +void infra_test(void); #endif /* TESTCODE_UNITMAIN_H */ |