]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/qtest/meson.build
hw/fsi: Added qtest
[mirror_qemu.git] / tests / qtest / meson.build
index 84a055a7d9c75975b41a3f5209f2fe303da18d4d..663338ae1243f40df1a2f7f6099bc148180e3fed 100644 (file)
@@ -217,6 +217,7 @@ qtests_arm = \
   (config_all_devices.has_key('CONFIG_VEXPRESS') ? ['test-arm-mptimer'] : []) + \
   (config_all_devices.has_key('CONFIG_MICROBIT') ? ['microbit-test'] : []) + \
   (config_all_devices.has_key('CONFIG_STM32L4X5_SOC') ? qtests_stm32l4x5 : []) + \
+  (config_all_devices.has_key('CONFIG_FSI_APB2OPB_ASPEED') ? ['aspeed_fsi-test'] : []) + \
   ['arm-cpu-features',
    'boot-serial-test']