qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC v1 3/4] qtest: do not build ide-test if TCG is not available


From: Claudio Fontana
Subject: [RFC v1 3/4] qtest: do not build ide-test if TCG is not available
Date: Fri, 9 Oct 2020 17:21:07 +0200

it seems that ide-test depends on TCG currently.

Signed-off-by: Claudio Fontana <cfontana@suse.de>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]