sw/CppunitTest_sw_tiledrendering2.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 62f71496c9faf071ba838df1e5d0d7b1465ab839 Author: Miklos Vajna <[email protected]> AuthorDate: Thu Feb 29 08:32:00 2024 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Feb 29 10:25:47 2024 +0100 CppunitTest_sw_tiledrendering2: turn on set_non_application_font_use Similar to commit dc4d7500c9d283e26d1553ce11366a217cf1f69d (Fix CppunitTest_sd_import_tests-smartart non_application_font_use, 2023-10-23), though this didn't find anything. Change-Id: Ia3a58220b772c4a68ca86dff01fae7e693b48fca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164137 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins diff --git a/sw/CppunitTest_sw_tiledrendering2.mk b/sw/CppunitTest_sw_tiledrendering2.mk index 88d624e0761f..7716af0bfe25 100644 --- a/sw/CppunitTest_sw_tiledrendering2.mk +++ b/sw/CppunitTest_sw_tiledrendering2.mk @@ -64,4 +64,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_tiledrendering2,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_tiledrendering2)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_tiledrendering2,abort)) +endif + # vim: set noet sw=4 ts=4:
