mirror of https://github.com/google/oss-fuzz.git
[wycheproof] Support wycheproof as an engine in presubmit (#8035)
Related: #8034
This commit is contained in:
parent
8ce7f22782
commit
ba3360fb66
|
@ -38,4 +38,4 @@ SANITIZERS = [
|
|||
'introspector'
|
||||
]
|
||||
ARCHITECTURES = ['i386', 'x86_64']
|
||||
ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none']
|
||||
ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none', 'wycheproof']
|
||||
|
|
Loading…
Reference in New Issue