Skip to content

Commit

Permalink
fuzz: cover ASMapHealthCheck in connman target
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg committed Sep 23, 2024
1 parent 33b0f3a commit 552cae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/fuzz/connman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ FUZZ_TARGET(connman, .init = initialize_connman)
(void)connman.GetTotalBytesSent();
(void)connman.GetTryNewOutboundPeer();
(void)connman.GetUseAddrmanOutgoing();
(void)connman.ASMapHealthCheck();

connman.ClearTestNodes();
}

0 comments on commit 552cae2

Please sign in to comment.