diff options
author | Jack Lloyd <[email protected]> | 2016-11-22 11:54:48 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-22 11:54:48 -0500 |
commit | 54da2ad8474401d8d3bdd97d62cb96b3244cdaac (patch) | |
tree | 5e69f8a34b07c16ec3e7daf96b477e5f5c5c2b9a /src/extra_tests/fuzzers/readme.txt | |
parent | e51d2d53f1ee27720fee34e5858054f9ac1418a8 (diff) |
Fuzzer cleanup, no need for setup script anymore
Makefile does all the things
[ci skip]
Diffstat (limited to 'src/extra_tests/fuzzers/readme.txt')
-rw-r--r-- | src/extra_tests/fuzzers/readme.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/extra_tests/fuzzers/readme.txt b/src/extra_tests/fuzzers/readme.txt index f10982508..e195b4e70 100644 --- a/src/extra_tests/fuzzers/readme.txt +++ b/src/extra_tests/fuzzers/readme.txt @@ -3,7 +3,13 @@ The code in this directory is for testing various message decoders and math functions using the fuzzers AFL (http://lcamtuf.coredump.cx/afl/) and libFuzzer (http://llvm.org/docs/LibFuzzer.html). -Run setup.sh to set up builds for both fuzzers +To build for AFL, run + + make afl + +For libFuzzer + + make llvm To add a new fuzzer, create a new file in jigs/, include "driver.h", and implement the function with the signature |