summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/functional/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build
index 1ae5f02fb3..ae5c52d79f 100644
--- a/tests/functional/meson.build
+++ b/tests/functional/meson.build
@@ -374,7 +374,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')