it seems that ide-test depends on TCG currently.
Signed-off-by: Claudio Fontana <[email protected]>
---
tests/qtest/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index ad33ac311d..3418f65e2a 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -46,9 +46,9 @@ qtests_i386 = \
(config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-test'] : []) +
\
(config_all_devices.has_key('CONFIG_TPM_TIS_ISA') ? ['tpm-tis-swtpm-test'] :
[]) + \
(config_all_devices.has_key('CONFIG_RTL8139_PCI') ? ['rtl8139-test'] : []) +
\
+ (config_all.has_key('CONFIG_TCG') ? ['ide-test'] : []) +
\
qtests_pci +
\
['fdc-test',
- 'ide-test',
'hd-geo-test',
'boot-order-test',
'bios-tables-test',
--
2.26.2