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

tests += {
  'name': 'postmaster',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/001_connection_limits.pl',
    ],
  },
}