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

tests += {
  'name': 'brin',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'isolation': {
    'specs': [
      'summarization-and-inprogress-insertion',
    ],
  },
  'tap': {
    'tests': [
      't/01_workitems.pl',
      't/02_wal_consistency.pl',
    ],
  },
}