From b36e55e48d61ddb50e04cbf44f6cd07dba4da1f1 Mon Sep 17 00:00:00 2001 From: Randy Date: Tue, 7 Jul 2020 13:45:05 +0200 Subject: [PATCH] ossfuzz: update build file --- tests/ossfuzz.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ossfuzz.sh b/tests/ossfuzz.sh index ae8802a..6e43b7c 100755 --- a/tests/ossfuzz.sh +++ b/tests/ossfuzz.sh @@ -15,6 +15,9 @@ # ################################################################################ +# This script is meant to be run by +# https://github.com/google/oss-fuzz/blob/master/projects/miniz/Dockerfile + mkdir build cd build cmake .. -DAMALGAMATE_SOURCES=ON -DBUILD_SHARED_LIBS=OFF -DBUILD_FUZZERS=ON