mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-29 14:30:36 +00:00
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 <drjones@redhat.com> Message-id: 20201001061718.101915-6-drjones@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
946f1bb18c
commit
05889d15d1
@ -146,7 +146,8 @@ qtests_aarch64 = \
|
|||||||
(cpu != 'arm' ? ['bios-tables-test'] : []) + \
|
(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-test'] : []) + \
|
||||||
(config_all_devices.has_key('CONFIG_TPM_TIS_SYSBUS') ? ['tpm-tis-device-swtpm-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',
|
'boot-serial-test',
|
||||||
'migration-test']
|
'migration-test']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user