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

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