aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-05 14:21:30 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commitc71e41e9d9e24fd433e92732cc4253d3f9d67b80 (patch)
tree2eb7b1b9ae0f5551960287c03bdfd7e2ba46487e /README-maintainer
parentff481b590b434112398f62169e570f70232a83eb (diff)
downloadqpdf-c71e41e9d9e24fd433e92732cc4253d3f9d67b80.tar.zst
Change handling of qpdf fuzz corpus
Files are copied into the build area rather than left in the source tree, and the test suite looks for them there. Also remove special case around counting files in the qpdf corpus.
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer7
1 files changed, 4 insertions, 3 deletions
diff --git a/README-maintainer b/README-maintainer
index a601b94f..95f98d56 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -66,9 +66,10 @@ GOOGLE OSS-FUZZ
* qpdf project: https://github.com/google/oss-fuzz/tree/master/projects/qpdf
* Adding new test cases: download the file from oss-fuzz and drop it
- in fuzz/qpdf_extra/issue-number.fuzz. If not ready to include, it
- can be stored anywhere, and the absolute path can be passed to the
- reproduction code as described below.
+ in fuzz/qpdf_extra/issue-number.fuzz. When ready to include it, add
+ to fuzz/CMakeLists.txt. Until ready to use, the file can be stored
+ anywhere, and the absolute path can be passed to the reproduction
+ code as described below.
* To test locally, see https://github.com/google/oss-fuzz/tree/master/docs/,
especially new_project_guide.md. Summary: