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