summaryrefslogtreecommitdiff
path: root/src/test/modules/nbtree/meson.build
blob: 1b9a34d37ca5ea0b09e720303e8541c534d44f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2022-2025, PostgreSQL Global Development Group

if not get_option('injection_points')
  subdir_done()
endif

tests += {
  'name': 'nbtree',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'regress': {
    'sql': [
      'nbtree_half_dead_pages',
      'nbtree_incomplete_splits',
    ],
  },
}