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

test_keyfiles_dir = join_paths(meson.current_source_dir(), 'keyfiles')

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

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