about summary refs log tree commit diff
path: root/src/ndisc/tests/meson.build
blob: 99cf664e8305dba296b1000eebe31bf4b81e431d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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()],
  timeout: default_test_timeout,
)

test = 'test-ndisc-linux'

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