mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-02 16:14:48 -07:00
tests/qtest: Reorder aspeed test list
Reordered the aspeed test list to keep the alphabetical order. No functional changes in test behavior. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Acked-by: Fabiano Rosas <farosas@suse.de> Link: https://lore.kernel.org/qemu-devel/20250515081008.583578-18-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
22370d29e8
commit
408326af1f
1 changed files with 5 additions and 5 deletions
|
|
@ -212,9 +212,9 @@ qtests_npcm7xx = \
|
|||
'npcm_gmac-test'] + \
|
||||
(slirp.found() ? ['npcm7xx_emc-test'] : [])
|
||||
qtests_aspeed = \
|
||||
['aspeed_hace-test',
|
||||
'aspeed_smc-test',
|
||||
'aspeed_gpio-test']
|
||||
['aspeed_gpio-test',
|
||||
'aspeed_hace-test',
|
||||
'aspeed_smc-test']
|
||||
qtests_aspeed64 = \
|
||||
['ast2700-gpio-test',
|
||||
'ast2700-smc-test']
|
||||
|
|
@ -361,6 +361,8 @@ if gnutls.found()
|
|||
endif
|
||||
|
||||
qtests = {
|
||||
'aspeed_smc-test': files('aspeed-smc-utils.c', 'aspeed_smc-test.c'),
|
||||
'ast2700-smc-test': files('aspeed-smc-utils.c', 'ast2700-smc-test.c'),
|
||||
'bios-tables-test': [io, 'boot-sector.c', 'acpi-utils.c', 'tpm-emu.c'],
|
||||
'cdrom-test': files('boot-sector.c'),
|
||||
'dbus-vmstate-test': files('migration/migration-qmp.c',
|
||||
|
|
@ -382,8 +384,6 @@ qtests = {
|
|||
'virtio-net-failover': migration_files,
|
||||
'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
|
||||
'netdev-socket': files('netdev-socket.c', '../unit/socket-helpers.c'),
|
||||
'aspeed_smc-test': files('aspeed-smc-utils.c', 'aspeed_smc-test.c'),
|
||||
'ast2700-smc-test': files('aspeed-smc-utils.c', 'ast2700-smc-test.c'),
|
||||
}
|
||||
|
||||
if vnc.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue