blob: 108301af21f507e5e093f857e46ad8f1b22bbfea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (c) 2022-2023, 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'},
},
}
|