aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-12-01 11:43:44 +0100
committerThomas Huth <thuth@redhat.com>2021-12-15 08:08:59 +0100
commita9697d0947798ec9cc8387308e1d353123639ec3 (patch)
treea19364c90b761ede6009867f2690a2fcab68b411 /tests
parente1e3d3211815c407cacb845fc0f6c2c328b2e684 (diff)
downloadqemu-a9697d0947798ec9cc8387308e1d353123639ec3.zip
qemu-a9697d0947798ec9cc8387308e1d353123639ec3.tar.gz
qemu-a9697d0947798ec9cc8387308e1d353123639ec3.tar.bz2
tests/qtest: Run the PPC 32-bit tests with the 64-bit target binary, too
The ppc64 target is a superset of the 32-bit target, so we should include the tests here, too. This used to be done in the past already, but it got lost during the conversion to meson. Fixes: a2ce7dbd91 ("meson: convert tests/qtest to meson") Message-Id: <20211201104347.51922-2-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qtest/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
index 975a0f2..36ca175 100644
--- a/tests/qtest/meson.build
+++ b/tests/qtest/meson.build
@@ -138,6 +138,7 @@ qtests_ppc = \
['boot-order-test', 'prom-env-test', 'boot-serial-test'] \
qtests_ppc64 = \
+ qtests_ppc + \
(config_all_devices.has_key('CONFIG_PSERIES') ? ['device-plug-test'] : []) + \
(config_all_devices.has_key('CONFIG_POWERNV') ? ['pnv-xscom-test'] : []) + \
(config_all_devices.has_key('CONFIG_PSERIES') ? ['rtas-test'] : []) + \