NetworkManager/src/tests/client/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
624 B
Meson
Raw Permalink Normal View History

# 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,
'--',
'TestNmcli',
],
env: [
'LIBTOOL=',
],
timeout: 120,
)
if enable_nm_cloud_setup
test(
'check-local-tests-cloud-setup',
find_program(join_paths(source_root, 'src/tests/client/test-client.sh')),
args: [
build_root,
source_root,
python_path,
'--',
'TestNmCloudSetup',
],
env: [
'LIBTOOL=',
],
timeout: 120,
)
endif