Skip to content

Commit

Permalink
Add a fuzz target to test monitor update failure handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Jan 15, 2019
1 parent f8ea19d commit 72dd991
Show file tree
Hide file tree
Showing 2 changed files with 552 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ path = "fuzz_targets/peer_crypt_target.rs"
name = "full_stack_target"
path = "fuzz_targets/full_stack_target.rs"

[[bin]]
name = "chanmon_fail_consistency"
path = "fuzz_targets/chanmon_fail_consistency.rs"

[[bin]]
name = "router_target"
path = "fuzz_targets/router_target.rs"
Expand Down
Loading

0 comments on commit 72dd991

Please sign in to comment.