about summary refs log tree commit diff
path: root/src/ndisc/tests/meson.build
blob: 0395e40616bd0106ecfae5044b23aaa175ab0e28 (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,
)