aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/build.mk')
-rw-r--r--fuzz/build.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index 5e95ada6..4c9cabef 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -1,9 +1,7 @@
# This directory contains support for Google's oss-fuzz project. See
# https://github.com/google/oss-fuzz/tree/master/projects/qpdf
-FUZZERS = \
- qpdf_fuzzer \
- qpdf_read_memory_fuzzer
+FUZZERS = qpdf_fuzzer
DEFAULT_FUZZ_RUNNER := standalone_fuzz_target_runner
OBJ_DEFAULT_FUZZ := fuzz/$(OUTPUT_DIR)/$(DEFAULT_FUZZ_RUNNER).$(OBJ)