mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
fuzz: cover ASMapHealthCheck in connman target
This commit is contained in:
parent
33b0f3ae96
commit
552cae243a
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ FUZZ_TARGET(connman, .init = initialize_connman)
|
|||
(void)connman.GetTotalBytesSent();
|
||||
(void)connman.GetTryNewOutboundPeer();
|
||||
(void)connman.GetUseAddrmanOutgoing();
|
||||
(void)connman.ASMapHealthCheck();
|
||||
|
||||
connman.ClearTestNodes();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue