[Fuzz] Improve data generation #1723

This commit is contained in:
Dario Pavlovic
2019-09-09 08:43:22 -07:00
parent cd5fdcf6f9
commit a71bbba7be
5 changed files with 108 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ CC=afl-clang CXX=afl-clang++ ./fuzz.py build all --enable-asan --enable-ubsan
## Regression Testing
The regression rest supports the `all` target to run all the fuzzers in one
The regression test supports the `all` target to run all the fuzzers in one
command.
```