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

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: libnetwork_manager_test_dep,
  c_args: test_c_flags,
)

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