summaryrefslogtreecommitdiffstats
path: root/ossfuzz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ossfuzz/Makefile')
-rw-r--r--ossfuzz/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ossfuzz/Makefile b/ossfuzz/Makefile
index 2bb40ec..9974b81 100644
--- a/ossfuzz/Makefile
+++ b/ossfuzz/Makefile
@@ -39,7 +39,9 @@ FUZZERS := \
compress_fuzzer \
decompress_fuzzer \
round_trip_fuzzer \
- round_trip_stream_fuzzer
+ round_trip_stream_fuzzer \
+ compress_hc_fuzzer \
+ round_trip_hc_fuzzer
all: $(FUZZERS)