about summary refs log tree commit diff
path: root/src/ndisc/tests/meson.build
blob: c81e24ad4cfb58a4c91d45d344569b4192d117ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
test_unit = 'test-ndisc-fake'

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: libnetwork_manager_test_dep,
  c_args: test_c_flags,
)

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: libnetwork_manager_test_dep,
  c_args: test_c_flags,
)