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

tests += {
  'name': 'icu',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'tests': [
      't/010_database.pl',
    ],
    'env': {'with_icu': icu.found() ? 'yes' : 'no'},
  },
}