From: Peter Maydell Date: Thu, 15 Feb 2024 11:30:46 +0000 (+0000) Subject: tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83ae76cea3a2499f69f98bb90e98224b9a801926;p=qemu.git tests/qtest/meson.build: Don't include qtests_npcm7xx in qtests_aarch64 We deliberately don't include qtests_npcm7xx in qtests_aarch64, because we already get the coverage of those tests via qtests_arm, and we don't want to use extra CI minutes testing them twice. In commit 327b680877b79c4b we added it to qtests_aarch64; revert that change. Fixes: 327b680877b79c4b ("tests/qtest: Creating qtest for GMAC Module") Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé Message-id: 20240206163043.315535-1-peter.maydell@linaro.org --- diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build index 39557d5ecb..663338ae12 100644 --- a/tests/qtest/meson.build +++ b/tests/qtest/meson.build @@ -231,7 +231,6 @@ qtests_aarch64 = \ (config_all_devices.has_key('CONFIG_RASPI') ? ['bcm2835-dma-test'] : []) + \ (config_all_accel.has_key('CONFIG_TCG') and \ config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : []) + \ - (config_all_devices.has_key('CONFIG_NPCM7XX') ? qtests_npcm7xx : []) + \ ['arm-cpu-features', 'numa-test', 'boot-serial-test',