summaryrefslogtreecommitdiff
path: root/src/settings/plugins/keyfile/tests/meson.build
blob: 8b94b256c665e93cdc9378570a2e03b1f07ebe41 (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()]
)