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
Sadly this requires reducing the honggfuzz iterations to fit within
Travis' runtime limits.
  • Loading branch information
TheBlueMatt committed Jan 24, 2019
1 parent 0efbbd4 commit bfe9f1d
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 1 deletion.
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 bfe9f1d

Please sign in to comment.