summaryrefslogtreecommitdiff
path: root/shared/nm-platform/tests/meson.build
blob: dd9c3f58eedb8ac360b8af880710d6cb7c7f99ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: LGPL-2.1-or-later

exe = executable(
  'test-nm-platform',
  'test-nm-platform.c',
  dependencies: [
    libnm_log_core_dep,
    libnm_platform_dep,
  ],
)

test(
  'shared/nm-glib-aux/test-nm-platform',
  test_script,
  args: test_args + [exe.full_path()],
  timeout: default_test_timeout,
)