summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2019-11-21 13:21:07 +0100
committerRobert Loehning <robert.loehning@qt.io>2019-11-21 13:41:18 +0100
commit924887965cbe0312df1271b097671a9e2266eb5a (patch)
tree5873d22c9f3900fecf2506ca605939c3bbf632b5 /tests/libfuzzer
parent73a764c24700089228b4092e983061f788c6d232 (diff)
Fuzzing: Update location of testcases in Readme
At the time of writing, they were still planned to be in qtbase. Change-Id: I27cba2bbd176d930990270ea68f077ec6e0a2d5b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/libfuzzer')
-rw-r--r--tests/libfuzzer/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libfuzzer/README b/tests/libfuzzer/README
index 57140cebfb..684c4bca5c 100644
--- a/tests/libfuzzer/README
+++ b/tests/libfuzzer/README
@@ -29,7 +29,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/)