summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/README
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-23 01:00:23 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-11-23 01:00:23 +0100
commita5e4a67e8b5138290cc7db469c69b13bedd4a837 (patch)
treedb104930222b9ff7065d735658d6536761a182d6 /tests/libfuzzer/README
parent2c871dfd38d89d6415c2c25d47b4a0e9c8b2ef11 (diff)
parent935681eaca1229f100e54f7447be0e23ceba684b (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15
Diffstat (limited to 'tests/libfuzzer/README')
-rw-r--r--tests/libfuzzer/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libfuzzer/README b/tests/libfuzzer/README
index ded04a5798..16e70e9bee 100644
--- a/tests/libfuzzer/README
+++ b/tests/libfuzzer/README
@@ -31,7 +31,8 @@ To run a test with libFuzzer:
Depending on the expected input format of the tested function, you will get results faster if
you:
* provide a set of interesting input data by passing the path of a directory which contains
- these data, each in one file. You can find such data sets in the subdirectory "testcases".
+ these data, each in one file. You can find such data sets in the subdirectory
+ "fuzzing/testcases" of the qtqa repository.
* pass a so-called dictionary listing keywords of the input format using
-dict=<dictionary file>
A couple of such dictionaries are provided by AFL (http://lcamtuf.coredump.cx/afl/)