summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAdam Reichold <adam.reichold@t-online.de>2018-09-01 11:53:03 +0200
committerAlbert Astals Cid <tsdgeos@yahoo.es>2018-10-25 09:10:42 +0000
commitf235a53673abdd6cf6c2f69ba63a64fccb258b36 (patch)
treeb5f758ef395542a579f1ab5ae8541aa9f7b2d78f /INSTALL
parentc5cdf0cc01e9e61e3e4553d3e388a47ec5b41281 (diff)
Add fuzzer target from oss-fuzz project and integrate it into the build system via FUZZER CMake variable.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a38a8c00..99ac15f7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -102,3 +102,7 @@ package) then use -DECM_ENABLE_SANITIZERS to specify the santizers. eg
Some options may only be available with clang. Use
-DCMAKE_CXX_COMPILER=clang++ to build with clang.
+
+The sanitizer can also be combined with fuzz testing by using Clang 6.0
+or later and additionally enabling the sanitizer fuzzer which
+will enable the fuzz target cpp/tests/pdf_fuzzer.