blob: 2211bd5e3ecfaf63032d4abdc94c1d6e1f3df1cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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'},
},
}
|