aboutsummaryrefslogtreecommitdiff
path: root/src/test/ldap/meson.build
blob: 90d88138e7bbdad9a59a98f6b8d2ff0c84b652c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2022, PostgreSQL Global Development Group

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