summaryrefslogtreecommitdiffstats
path: root/src/test/modules/unsafe_tests/meson.build
blob: b6806e4a0170c5afb62b71bed4bb09c881e8d270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) 2022-2023, 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,
  },
}