summaryrefslogtreecommitdiff
path: root/src/supplicant/tests/meson.build
blob: a980409840195f19c74bfaaf669c85d9a59ad7da (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: '-DTEST_CERT_DIR="@0@"'.format(join_paths(meson.current_source_dir(), 'certs'))
)

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