summaryrefslogtreecommitdiff
path: root/src/devices/wifi/tests/meson.build
blob: 05db2ffbb76af8699bb843c7181215f36960df29 (plain)
1
2
3
4
5
6
7
8
9
test_unit = 'test-general'

exe = executable(
  'wifi-' + test_unit,
  [test_unit + '.c'] + common_sources,
  dependencies: test_nm_dep
)

test(test_unit, exe)