* [PATCH] tests/functional: Add dependency to the keymap_targets
@ 2025-07-01 10:48 Thomas Huth
0 siblings, 0 replies; only message in thread
From: Thomas Huth @ 2025-07-01 10:48 UTC (permalink / raw)
To: qemu-devel; +Cc: Daniel P. Berrangé, Paolo Bonzini
From: Thomas Huth <thuth@redhat.com>
When doing a "configure" in a an empty build directory, followed by
a "make check" without a normal build in between, the vnc functional
test currently fails since the keymaps have not been built yet.
Thus add a dependency to the keymap_targets here to make sure that
the keymaps are built before running the functional tests.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/functional/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index e9f19d54a27..f8e64182c96 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -366,7 +366,7 @@ foreach speed : ['quick', 'thorough']
target_tests = get_variable('tests_' + target_base + '_' + sysmode + '_' + speed, [])
endif
- test_deps = roms
+ test_deps = [roms, keymap_targets]
test_env = environment()
if have_tools
test_env.set('QEMU_TEST_QEMU_IMG', meson.global_build_root() / 'qemu-img')
--
2.50.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-01 10:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 10:48 [PATCH] tests/functional: Add dependency to the keymap_targets Thomas Huth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).