We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9920 commit 1d87037Copy full SHA for 1d87037
src/bin/scripts/meson.build
@@ -38,6 +38,7 @@ tests += {
38
'sd': meson.current_source_dir(),
39
'bd': meson.current_build_dir(),
40
'tap': {
41
+ 'env': {'with_icu': icu.found() ? 'yes' : 'no'},
42
'tests': [
43
't/010_clusterdb.pl',
44
't/011_clusterdb_all.pl',
0 commit comments