blob: c2b48c43c962d20ab5e64f13edbb1a2162743c47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
tests += {
'name': 'authentication',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
'tests': [
't/001_password.pl',
't/002_saslprep.pl',
't/003_peer.pl',
],
},
}
|