summaryrefslogtreecommitdiff
path: root/src/test/postmaster/meson.build
blob: 2d89adf520fdf83421959fdbe0e28abf211414c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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',
      't/002_start_stop.pl',
    ],
  },
}