summaryrefslogtreecommitdiffstats
path: root/ossfuzz/Makefile
diff options
context:
space:
mode:
authorAlexander Mohr <alexander.m.mohr@mercedes-benz.com>2022-06-10 19:45:21 (GMT)
committerAlexander Mohr <git@mohr.io>2022-06-11 20:47:44 (GMT)
commit1738b50443d1446c9c80ebd7c9272427f2644809 (patch)
tree36e6fa69a8afc1b49009c63e8f8a74703d195794 /ossfuzz/Makefile
parent5c7382798eb9b5af9eaa6c66f018c8efcb62f8d5 (diff)
downloadlz4-1738b50443d1446c9c80ebd7c9272427f2644809.zip
lz4-1738b50443d1446c9c80ebd7c9272427f2644809.tar.gz
lz4-1738b50443d1446c9c80ebd7c9272427f2644809.tar.bz2
fuzz-test: add fuzz test for uncompressed api
add a fuzzing test for uncompressed frame api Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
Diffstat (limited to 'ossfuzz/Makefile')
-rw-r--r--ossfuzz/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ossfuzz/Makefile b/ossfuzz/Makefile
index 2ec1675..deb2938 100644
--- a/ossfuzz/Makefile
+++ b/ossfuzz/Makefile
@@ -45,6 +45,7 @@ FUZZERS := \
round_trip_hc_fuzzer \
compress_frame_fuzzer \
round_trip_frame_fuzzer \
+ round_trip_frame_uncompressed_fuzzer \
decompress_frame_fuzzer
.PHONY: all