mirror of https://github.com/google/oss-fuzz.git
tpm2-tss: disable spi lt2go TCTI (#9264)
Disable "Lets Trust TPM2Go" TCTI for fuzz testing as the only TCTI Signed-off-by: William Roberts <william.c.roberts@intel.com> Signed-off-by: William Roberts <william.c.roberts@intel.com>
This commit is contained in:
parent
05676662d4
commit
28c26b02c1
|
@ -31,6 +31,7 @@ export GEN_FUZZ=1
|
|||
--disable-tcti-device \
|
||||
--disable-tcti-mssim \
|
||||
--disable-tcti-swtpm \
|
||||
--disable-tcti-spi-lt2go \
|
||||
--disable-doxygen-doc \
|
||||
--disable-shared \
|
||||
--disable-fapi \
|
||||
|
|
Loading…
Reference in New Issue