aboutsummaryrefslogtreecommitdiff
path: root/src/test/postmaster/meson.build
blob: 07c09e496cbcd8fce2cd7cd2a247d548be701653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2022-2025, 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',
    ],
  },
}