meson: Set install_tag on installed tests files

This could be done automatically by Meson, this commit can be reverted
when we have that Meson PR in our CI:
https://github.com/mesonbuild/meson/pull/10829
This commit is contained in:
Xavier Claessens
2022-09-20 11:00:10 -04:00
parent b38d5a991f
commit c00df192ee
7 changed files with 79 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ foreach service_file : dbus_service_files
)
install_data(meson.current_build_dir() / service_file + '.to-install',
install_dir: installed_tests_execdir / 'services',
install_tag: 'tests',
rename: [service_file],
)
endif