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

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

test(
  'devices/wifi/' + test_unit,
  test_script,
  args: test_args + [exe.full_path()]
)