about summary refs log tree commit diff
path: root/src/tests/client/meson.build
blob: b2e455bbbdacc9414b9063e3ddd53d61ec0e002f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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(),
  ],
  timeout: 120,
)