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

test_ifcfg_dir = meson.current_source_dir()

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

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