Skip to content

Commit

Permalink
tests: install files required for installed_tests
Browse files Browse the repository at this point in the history
These are required to be in `XDG_DATA_DIR` when the installed tests are run
  • Loading branch information
Artturin committed Sep 26, 2024
1 parent 1d6dfb5 commit e14b896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/share/applications/meson.build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true)
configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true)
configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true)
configure_file(input: 'furrfix.desktop', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
configure_file(input: 'mimeinfo.cache', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')
configure_file(input: 'defaults.list', output: '@PLAINNAME@', copy: true, install: enable_installed_tests, install_dir: installed_tests_data_dir / 'share' / 'applications')

0 comments on commit e14b896

Please sign in to comment.