summaryrefslogtreecommitdiff
path: root/src/ndisc/tests/meson.build
blob: 83ffcc3843c2bb7791de1598426ab0fd3a57f4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
test_units = [
  'test-ndisc-fake',
  'test-ndisc-linux'
]

foreach test_unit: test_units
  exe = executable(
    test_unit,
    test_unit + '.c',
    dependencies: test_core_dep,
    c_args: test_cflags_platform
  )

  test(test_unit, exe)
endforeach