blob: 020f6e7f087b51a1fac5e1ba9cb5634a4dc63b70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
tests += {
'name': 'ldap',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
'tests': [
't/001_auth.pl',
],
'env': {
'with_ldap': ldap.found() ? 'yes' : 'no',
'OPENSSL': openssl.path(),
},
},
}
|