diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-08-16 23:55:17 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-08-16 23:57:03 +0000 |
| commit | 625f1c1312fb7defbd148c8ba121a0cf058707ef (patch) | |
| tree | 31510b9372850c8a8dd3e0a8dac37308308d8429 /testcode/unitmain.h | |
| parent | d60fa10fd872db7e3d8cb1e161cfdae026c43b14 (diff) | |
Diffstat (limited to 'testcode/unitmain.h')
| -rw-r--r-- | testcode/unitmain.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testcode/unitmain.h b/testcode/unitmain.h index e5c6109a2aae..adcd74f77b52 100644 --- a/testcode/unitmain.h +++ b/testcode/unitmain.h @@ -80,5 +80,9 @@ void ecs_test(void); void ldns_test(void); /** unit test for auth zone functions */ void authzone_test(void); +/** unit test for zonemd functions */ +void zonemd_test(void); +/** unit test for tcp_reuse functions */ +void tcpreuse_test(void); #endif /* TESTCODE_UNITMAIN_H */ |
