From 68c859844f1c1b74d584f2adf4af1adf4420090f Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 12 Nov 2020 15:20:08 +0000 Subject: [PATCH] Fix installation of input-monitor test data Signed-off-by: Simon McVittie <smcv@collabora.com> --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index f23d73fbb..8969a5c06 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -113,7 +113,7 @@ install_subdir('expectations_with_missings', install_dir : tests_dir) # Vulkan *.json files. (The order of EGL *.json files is well-defined.) install_subdir('fake-icds', install_dir : tests_dir) install_subdir('fake-steam-runtime', install_dir : tests_dir) -install_subdir('input-monitor-output', install_dir : tests_dir) +install_subdir('input-monitor-outputs', install_dir : tests_dir) install_subdir('json-report', install_dir : tests_dir) meson.add_postconf_script( -- GitLab