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:
William Roberts 2022-12-22 15:28:21 -06:00 committed by GitHub
parent 05676662d4
commit 28c26b02c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 \