about summary refs log tree commit diff
path: root/src/settings/plugins/ifupdown/tests/meson.build
blob: 1ca094b52c47a61a445410e97d6c2364d3b5c76d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test_unit = 'test-ifupdown'

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: libnetwork_manager_test_dep,
  c_args: test_c_flags,
  link_with: libnms_ifupdown_core,
)

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