blob: 5e4cbdbef578d775eb5393e8a166274720afa43b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
test_unit = 'test-supplicant-config'
exe = executable(
test_unit,
test_unit + '.c',
dependencies: test_nm_dep,
)
test(
'supplicant/' + test_unit,
test_script,
args: test_args + [exe.full_path()]
)
|