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

exe = executable(
  'test-ifupdown',
  'test-ifupdown.c',
  dependencies: libNetworkManagerTest_dep,
  c_args: test_c_flags,
  link_with: libnms_ifupdown_core,
)

test(
  'ifupdown/test-ifupdown',
  test_script,
  args: test_args + [exe.full_path()],
)