aboutsummaryrefslogtreecommitdiff
path: root/src/test/authentication/meson.build
blob: 800b3a5ff40fbeebb5f493deb40df31215a3228f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2022-2025, PostgreSQL Global Development Group

tests += {
  'name': 'authentication',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'env': {
       'enable_injection_points': get_option('injection_points') ? 'yes' : 'no',
    },
    'tests': [
      't/001_password.pl',
      't/002_saslprep.pl',
      't/003_peer.pl',
      't/004_file_inclusion.pl',
      't/005_sspi.pl',
      't/006_login_trigger.pl',
      't/007_pre_auth.pl',
    ],
  },
}