Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
blob: b8602e752f1cfc751b71ca3f31e7764c1dcd2b4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (c) 2022-2024, PostgreSQL Global Development Group

tests += {
  'name': 'ldap',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/001_auth.pl',
      't/002_bindpasswd.pl',
    ],
    'env': {
      'with_ldap': ldap.found() ? 'yes' : 'no',
    },
  },
}