Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d87037

Browse files
committed
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
1 parent aca9920 commit 1d87037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/scripts/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tests += {
3838
'sd': meson.current_source_dir(),
3939
'bd': meson.current_build_dir(),
4040
'tap': {
41+
'env': {'with_icu': icu.found() ? 'yes' : 'no'},
4142
'tests': [
4243
't/010_clusterdb.pl',
4344
't/011_clusterdb_all.pl',

0 commit comments

Comments
 (0)