mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
Merge pull request #5063 from harfbuzz/disable-google-benchmark-tests
[test] Exclude google-benchmark tests by default if meson "recent" an…
This commit is contained in:
commit
abdd60acef
1 changed files with 7 additions and 0 deletions
|
@ -464,6 +464,13 @@ configure_file(output: 'config.h', configuration: conf)
|
|||
alias_target('lib', libharfbuzz)
|
||||
alias_target('libs', libharfbuzz, libharfbuzz_subset)
|
||||
|
||||
if meson.version().version_compare('>=0.57.0')
|
||||
# Re glib, see https://github.com/harfbuzz/harfbuzz/issues/4153#issuecomment-2646347531
|
||||
add_test_setup('default',
|
||||
exclude_suites: ['google-benchmark'],
|
||||
is_default: glib_dep.type_name() != 'internal' and not meson.is_subproject())
|
||||
endif
|
||||
|
||||
build_summary = {
|
||||
'Directories':
|
||||
{'prefix': get_option('prefix'),
|
||||
|
|
Loading…
Add table
Reference in a new issue