Skip to content

Commit 840fd1d

Browse files
Artturinsmcv
authored andcommitted
tests: install files required for installed_tests
These are required to be in `XDG_DATA_DIR` when the installed tests are run
1 parent f268436 commit 840fd1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/share/applications/meson.build

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true)
2-
configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true)
3-
configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true)
1+
configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
2+
configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
3+
configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')

0 commit comments

Comments
 (0)