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

test_ibft_dir = meson.current_source_dir()

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: test_nm_dep,
  link_with: libnms_ibft_core
)

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