summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-06-15 17:08:59 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-06-15 22:12:12 +0200
commit7e8247c46728c8fd60659502be9106154c6ebc91 (patch)
tree396f796788cf396dbee0c6166c337e70036c8e89
parentfd3aa8da0aaa817c14c2d5d7b093d26a82f9752b (diff)
downloadcurl-7e8247c46728c8fd60659502be9106154c6ebc91.tar.gz
fuzz/README: document how to build
Fixes #1476
-rw-r--r--tests/fuzz/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/fuzz/README b/tests/fuzz/README
index 106d1098a..459bda46b 100644
--- a/tests/fuzz/README
+++ b/tests/fuzz/README
@@ -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. \ No newline at end of file
+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