From dc768bc3b1df0e387ecc3ef636f6233e22c33e59 Mon Sep 17 00:00:00 2001 From: Marina Polyakova Date: Sat, 29 Oct 2022 16:03:21 +0300 Subject: [PATCH v1 1/2] Export with_icu when running src/bin/scripts tests with meson --- src/bin/scripts/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/scripts/meson.build b/src/bin/scripts/meson.build index 837562c24e..c9c74d10ac 100644 --- a/src/bin/scripts/meson.build +++ b/src/bin/scripts/meson.build @@ -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', -- 2.25.1