summaryrefslogtreecommitdiff
path: root/src/tests/client/meson.build
blob: 9dd58623a6fb7753e284a806b44efa43eaac4670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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,
)