summary refs log tree commit diff
path: root/src/devices/wifi/tests/meson.build
blob: ba756d531b0bf7f5786405e021fb364b004f49c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test_unit = 'test-devices-wifi'

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

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