aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_pg_dump/meson.build
blob: 41021829f3a4323a788cca79d6ee0da4d04b4b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# FIXME: prevent install during main install, but not during test :/
install_data(
  'test_pg_dump.control',
  'test_pg_dump--1.0.sql',
  kwargs: contrib_data_args,
)

tests += {
  'name': 'test_pg_dump',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'regress': {
    'sql': [
      'test_pg_dump',
    ],
  },
  'tap': {
    'tests': [
      't/001_base.pl',
    ],
  },
}