Re: [PATCH] tests/qtest/bios-tables: Only run the TPM test with CONFIG_TPM enabled

2020-06-15 Thread Auger Eric
Hi Thomas, On 6/15/20 2:54 PM, Thomas Huth wrote: > "make check-qtest" currently fails if configure has been run with > "--disable-tpm" - the TPM-related tests can only work if the TPM is > enabled in the build. So let's use the CONFIG_TPM switch to disable > the test if TPM is not available. Plea

Re: [PATCH] tests/qtest/bios-tables: Only run the TPM test with CONFIG_TPM enabled

2020-06-15 Thread Philippe Mathieu-Daudé
On 6/15/20 2:54 PM, Thomas Huth wrote: > "make check-qtest" currently fails if configure has been run with > "--disable-tpm" - the TPM-related tests can only work if the TPM is > enabled in the build. So let's use the CONFIG_TPM switch to disable > the test if TPM is not available. > $ git showfi

[PATCH] tests/qtest/bios-tables: Only run the TPM test with CONFIG_TPM enabled

2020-06-15 Thread Thomas Huth
"make check-qtest" currently fails if configure has been run with "--disable-tpm" - the TPM-related tests can only work if the TPM is enabled in the build. So let's use the CONFIG_TPM switch to disable the test if TPM is not available. Signed-off-by: Thomas Huth --- tests/qtest/bios-tables-test.