# 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_basic.pl',
      't/002_connection_limits.pl',
      't/003_start_stop.pl',
    ],
  },
}
