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

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

test(
  'ifcfg-rh/' + test_unit,
  test_script,
  timeout: 90,
  args: test_args + [exe.full_path()],
)