]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add dependency to the keymap_targets
authorThomas Huth <thuth@redhat.com>
Tue, 1 Jul 2025 10:48:27 +0000 (12:48 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 11 Jul 2025 08:30:04 +0000 (10:30 +0200)
commit06fcf87f56ac47b89932b3698e86224ea7bc5a93
tree77d40dfa63cb58335ff5f687266fdba4ccb67a9e
parent21820b4b479842c7fa67ec65f9b0b62c286b86f4
tests/functional: Add dependency to the keymap_targets

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>
Message-ID: <20250701104827.363904-1-thuth@redhat.com>
tests/functional/meson.build