blob: 0ab32b42f2e0e4ae97eb01a9ba2adb82f20e9d4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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',
],
},
}
|