aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/unsafe_tests/meson.build
blob: 3b0f606084677a58b1dfe07857512af8fa455908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2022-2024, PostgreSQL Global Development Group

tests += {
  'name': 'unsafe_tests',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'regress': {
    'sql': [
      'rolenames',
      'alter_system_table',
      'guc_privs',
    ],
    'runningcheck': false,
  },
}