Skip to content

Commit

Permalink
fuzz/README: document how to build
Browse files Browse the repository at this point in the history
Fixes #1476
  • Loading branch information
bagder committed Jun 15, 2017
1 parent fd3aa8d commit 7e8247c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/fuzz/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ We will need some additional patches in the future, to increase coverage.
Building the fuzz target
========================

FIXME fill out once the makefiles are in order.
CC=clang-5.0 CFLAGS="-fsanitize=address -fsanitize-address-use-after-scope -fsanitize-coverage=trace-pc-guard,trace-cmp" ./configure --disable-shared --enable-debug --enable-maintainer-mode
make -sj

cd tests/fuzz
make

0 comments on commit 7e8247c

Please sign in to comment.