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

exe = executable(
  test_unit,
  test_unit + '.c',
  dependencies: test_nm_dep,
  c_args: nm_build_cflags,
)

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