]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qtest/meson.build
tests/qtest: Only run fuzz-virtio-scsi when virtio-scsi is available
[mirror_qemu.git] / tests / qtest / meson.build
index 536991cdb8e9f1f895dae972a80be5a00c6fdcb7..6e871077c18a633548f8678f6afc56b70d5c1763 100644 (file)
@@ -19,6 +19,7 @@ slow_qtests = {
 
 qtests_generic = \
   (config_all_devices.has_key('CONFIG_MEGASAS_SCSI_PCI') ? ['fuzz-megasas-test'] : []) + \
+  (config_all_devices.has_key('CONFIG_VIRTIO_SCSI') ? ['fuzz-virtio-scsi-test'] : []) + \
   [
   'cdrom-test',
   'device-introspect-test',