summary refs log tree commit diff
path: root/src/settings/plugins/keyfile/tests/meson.build
blob: 33aaa264362b46282d4091e98769173d76c5900c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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,
  c_args: nm_build_cflags,
)

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