about summary refs log tree commit diff
path: root/src/settings/plugins/ifupdown/tests/meson.build
blob: ee3b6a340b27e2199b24749b67a11f34b972d8a8 (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: test_nm_dep,
  c_args: nm_build_cflags,
  link_with: libnms_ifupdown_core
)

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