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

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: test_nm_dep,
  c_args: '-DTESTDIR="@0@"'.format(meson.source_root())
)

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