diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-14 18:04:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-14 18:04:10 -0500 |
commit | 491348cb8c8fb7cf7d453681871a0f456585af36 (patch) | |
tree | e39a0942630e6958e9191602bddd2dc8e0f28697 /doc/HACKING/Fuzzing.md | |
parent | dca8ae5cfa8b081230d033158c980d50840b072a (diff) | |
download | tor-491348cb8c8fb7cf7d453681871a0f456585af36.tar.gz tor-491348cb8c8fb7cf7d453681871a0f456585af36.zip |
Rename make fuzz to make test-fuzz-corpora
Diffstat (limited to 'doc/HACKING/Fuzzing.md')
-rw-r--r-- | doc/HACKING/Fuzzing.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/HACKING/Fuzzing.md b/doc/HACKING/Fuzzing.md index dc232599c8..16b0b6b000 100644 --- a/doc/HACKING/Fuzzing.md +++ b/doc/HACKING/Fuzzing.md @@ -6,7 +6,10 @@ Check out fuzzing-corpora, and set TOR_FUZZ_CORPORA to point to the place where you checked it out. To run the fuzzing test cases in a deterministic fashion, use: - make fuzz + make test-fuzz-corpora + +This won't actually fuzz Tor! It will just run all the fuzz binaries +on our existing set of testcases for the fuzzer. == Different kinds of fuzzing |