summaryrefslogtreecommitdiff
path: root/tests/test-keyring2/meson.build
blob: 0c653a0893353918666c8d2422b54ef918bdeef9 (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-keyring2',
    install_mode : 'rw-r--r--',
  )
endforeach