aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/unsafe_tests/meson.build
blob: d69b0e7ce449d5af77e04bd6e596301ff4ccd668 (plain)
1
2
3
4
5
6
7
8
9
10
11
tests += {
  'name': 'unsafe_tests',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'regress': {
    'sql': [
      'rolenames',
      'alter_system_table',
    ],
  },
}