summaryrefslogtreecommitdiff
path: root/tests/test-keyring/meson.build
blob: b0f4851e2b79f525471d48b2f88b53ea501a2a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: LGPL-2.1-or-later

foreach file : [
  'README',
  'pubring.gpg',
  'secring.gpg',
]
  configure_file(
    input : file,
    output : file,
    copy : true,
    install : get_option('installed_tests'),
    install_dir : installed_testdir / 'test-keyring',
    install_mode : 'rw-r--r--',
  )
endforeach