about summary refs log tree commit diff
path: root/src/tests/client/meson.build
blob: 6dc0f2a2c84df7638360f80de09f73025b3d8aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: LGPL-2.1-or-later

test(
  'check-local-tests-client',
  find_program(join_paths(source_root, 'src/tests/client/test-client.sh')),
  args: [
    build_root,
    source_root,
    python.path(),
    '--',
  ],
  env: [
    'LIBTOOL=',
  ],
  timeout: 120,
)