From ba3360fb66b857103e2bfc106da0a550e914aec5 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:17:23 -0400 Subject: [PATCH] [wycheproof] Support wycheproof as an engine in presubmit (#8035) Related: #8034 --- infra/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/constants.py b/infra/constants.py index ac26308aa..690acb52d 100644 --- a/infra/constants.py +++ b/infra/constants.py @@ -38,4 +38,4 @@ SANITIZERS = [ 'introspector' ] ARCHITECTURES = ['i386', 'x86_64'] -ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none'] +ENGINES = ['libfuzzer', 'afl', 'honggfuzz', 'none', 'wycheproof']