Skip to content

Commit

Permalink
Add note about cargo fuzz.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Pailes authored and BurntSushi committed Dec 29, 2017
1 parent c8ca1d5 commit 067a0a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 303,11 @@ bugs by spending more CPU cycles asking quickcheck to find
them for you. There are a few different ways to do this, and
which one you choose is mostly a matter of taste.

If you are finding yourself doing this sort of thing a
lot, you might also be interested in trying out
[`cargo fuzz`](https://github.com/rust-fuzz/cargo-fuzz),
which runs in a loop by default.

##### Running in a Loop

One approach is to run your quickcheck properties in a loop that
Expand Down

0 comments on commit 067a0a0

Please sign in to comment.