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

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: test_nm_dep,
  c_args: test_cflags_platform
)

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

test = 'test-ndisc-linux'

exe = executable(
  test,
  test + '.c',
  dependencies: test_nm_dep,
  c_args: test_cflags_platform
)