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

exe = executable(
  'test-ifcfg-rh',
  'test-ifcfg-rh.c',
  dependencies: libNetworkManagerTest_dep,
  c_args: test_c_flags,
  link_with: libnms_ifcfg_rh_core,
)

test(
  'ifcfg-rh/test-ifcfg-rh',
  test_script,
  timeout: 90,
  args: test_args + [exe.full_path()],
)