blob: e50104178586d17b274507e3c27a27d31d3bd34d [file]
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
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',
't/004_file_inclusion.pl',
't/005_sspi.pl',
],
},
}