From: Andrew Jones Date: Thu, 1 Oct 2020 06:17:17 +0000 (+0200) Subject: tests/qtest: Restore aarch64 arm-cpu-features test X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=05889d15d1c95163de917800cf0e1bf6faab1bc7;p=qemu.git tests/qtest: Restore aarch64 arm-cpu-features test arm-cpu-features got dropped from the AArch64 tests during the meson conversion shuffle. Signed-off-by: Andrew Jones Message-id: 20201001061718.101915-6-drjones@redhat.com Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index ad33ac311d..0f32ca0895 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -146,7 +146,8 @@ qtests_aarch64 = \ (cpu != 'arm' ? ['bios-tables-test'] : []) + \ (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? ['tpm-tis-device-test'] : []) + \ (config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? ['tpm-tis-device-swtpm-test'] : []) + \ - ['numa-test', + ['arm-cpu-features', + 'numa-test', 'boot-serial-test', 'migration-test']