mirror of https://github.com/google/oss-fuzz.git
libwebp: restrict fuzzers to libfuzzer (#12106)
This is because tests have been migrated to fuzztest
This commit is contained in:
parent
b973c3b335
commit
233b0206fc
|
@ -3,9 +3,6 @@ language: c++
|
|||
primary_contact: "jzern@google.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
- honggfuzz
|
||||
- centipede
|
||||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
|
|
Loading…
Reference in New Issue