blob: 1e02bf9ed0c5de737c1f95f145ec2177c686284b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
tests += {
'name': 'ssl',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
'env': {
'with_ssl': get_option('ssl'),
'OPENSSL': openssl.path(),
},
'tests': [
't/001_ssltests.pl',
't/002_scram.pl',
't/003_sslinfo.pl',
],
},
}
|