[wycheproof] Support wycheproof as an engine in presubmit (#8035)

Related: #8034
This commit is contained in:
jonathanmetzman 2022-07-20 11:17:23 -04:00 committed by GitHub
parent 8ce7f22782
commit ba3360fb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ SANITIZERS = [
'introspector'
]
ARCHITECTURES = ['i386', 'x86_64']
ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none']
ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none', 'wycheproof']