mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Allow centipede to be used as a fuzzing engine.
fuzztest is compatible with libfuzzer in compatibility mode, and fully compatible with centipede by default. Change-Id: I0c8e636df642dede16d394d678008c5e064094b3
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
set -eu
|
||||
|
||||
# Avoid fuzz engines that do not compile.
|
||||
if [[ "$FUZZING_ENGINE" != "libfuzzer" ]]; then
|
||||
if [[ "$FUZZING_ENGINE" != "libfuzzer" && "$FUZZING_ENGINE" != "centipede" ]]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user