tests/qtest: Run arm-specific tests only if the required machine is available
commite19d24e6d91ec92383c989d942c61a91b2a6bdac
authorThomas Huth <thuth@redhat.com>
Wed, 24 May 2023 08:06:00 +0000 (24 10:06 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 May 2023 14:50:17 +0000 (30 15:50 +0100)
tree7979434a056af8f8139778c20edd48adaccfaf78
parentc9ba1c9f02cfede5329f504cdda6fd3a256e0434
tests/qtest: Run arm-specific tests only if the required machine is available

pflash-cfi02-test.c always uses the "musicpal" machine for testing,
test-arm-mptimer.c always uses the "vexpress-a9" machine, and
microbit-test.c requires the "microbit" machine, so we should only
run these tests if the machines have been enabled in the configuration.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Message-id: 20230524080600.1618137-1-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/meson.build