Export with_icu when running src/bin/scripts tests with meson

Author: Marina Polyakova <m.polyakova@postgrespro.ru>
Discussion: https://www.postgresql.org/message-id/flat/534fed4a262fee534662bd07a691c5ef@postgrespro.ru
This commit is contained in:
Peter Eisentraut 2022-11-17 07:43:50 +01:00
parent aca9920409
commit 1d87037ac8
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ tests += {
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'tap': {
'env': {'with_icu': icu.found() ? 'yes' : 'no'},
'tests': [
't/010_clusterdb.pl',
't/011_clusterdb_all.pl',