summaryrefslogtreecommitdiffstats
path: root/ossfuzz/Makefile
diff options
context:
space:
mode:
authorNick Terrell <terrelln@fb.com>2019-07-18 01:31:44 (GMT)
committerNick Terrell <terrelln@fb.com>2019-07-18 19:29:15 (GMT)
commit675ef9a9fc9899667d0fe9b7b2a66e402e870a6d (patch)
treec078d8a714009521b976ff07bbf77802f48e5c86 /ossfuzz/Makefile
parent399a80d48e4352aeae99eb5cbd799bcee6978a3d (diff)
downloadlz4-675ef9a9fc9899667d0fe9b7b2a66e402e870a6d.zip
lz4-675ef9a9fc9899667d0fe9b7b2a66e402e870a6d.tar.gz
lz4-675ef9a9fc9899667d0fe9b7b2a66e402e870a6d.tar.bz2
[fuzz] Add HC fuzzers for round trip, compress, and streaming
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)