]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests
authorThomas Huth <thuth@redhat.com>
Thu, 5 Sep 2024 19:14:31 +0000 (21:14 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Sep 2024 07:53:17 +0000 (09:53 +0200)
commitf69880a0e945ae067dfec63a3d0770179b218c0c
treec84583d2f035c3cccb1e9db3c2d19b23b293cd40
parentd98894d8451f31628906cdbd1a47e8b17dfc2397
tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests

When configuring QEMU with "--without-default-devices", currently a lot
of the x86 qtests are failing since they silently assume that a certain
device or the i440fx pc machine is available. Add more checks for CONFIG
switches here to not run those tests in case the corresponding device is
not available.

Message-ID: <20240905191434.694440-6-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/meson.build