about summary refs log tree commit diff
path: root/src/settings/plugins/keyfile/tests/meson.build
blob: cd1dc3aa50ac0ebc1fa20ca222f2c01ca7d466ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: LGPL-2.1+

test_unit = 'test-keyfile-settings'

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: libnetwork_manager_test_dep,
  c_args: test_c_flags,
)

test(
  test_unit,
  test_script,
  args: test_args + [exe.full_path()],
  timeout: default_test_timeout,
)