summaryrefslogtreecommitdiff
path: root/src/test/modules/index/meson.build
blob: 1b3c42d8a2fa6532753f0a5f3319722a35c2cb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) 2025, PostgreSQL Global Development Group

tests += {
  'name': 'index',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'isolation': {
    'specs': [
      'killtuples',
    ],
  },
}