summaryrefslogtreecommitdiff
path: root/src/dnsmasq/tests/meson.build
blob: 09ef52e505a44698cd7c2b71a71ad63fbb83b33a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test_unit = 'test-dnsmasq-utils'

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: test_nm_dep,
)

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