about summary refs log tree commit diff
path: root/src/core/dnsmasq/tests/meson.build
blob: 565c18ad2a6a951670fd298b559f174291dfbfbb (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

test_unit = 'test-dnsmasq-utils'

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

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