summaryrefslogtreecommitdiff
path: root/src/ndisc/tests/meson.build
blob: e0dc9aa6cb578ad5561aa11d07464d6b00354015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
test_unit = 'test-ndisc-fake'

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

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

test = 'test-ndisc-linux'

exe = executable(
  test,
  test + '.c',
  dependencies: test_nm_dep_linux,
)