CppunitTest_sw_pdf_test: turn on gb_CppunitTest_set_non_application_font_use

And the same for 3 other tests.

Similar to commit dc4d7500c9 (Fix
CppunitTest_sd_import_tests-smartart non_application_font_use,
2023-10-23), though this didn't find anything so far.

Change-Id: Ib7d772d6dd9e662007e4eeef9f6536aecf2dbeea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161605
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2024-01-04 08:08:05 +01:00
parent 9a2a1dfef1
commit 836c773fba
4 changed files with 16 additions and 0 deletions

View file

@ -63,4 +63,8 @@ $(eval $(call gb_CppunitTest_use_vcl,sw_pdf_test))
$(eval $(call gb_CppunitTest_use_rdb,sw_pdf_test,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_pdf_test))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_pdf_test,abort))
endif
# vim: set noet sw=4 ts=4:

View file

@ -61,4 +61,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_txtencexport,services))
$(eval $(call gb_CppunitTest_use_configuration,sw_txtencexport))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtencexport,abort))
endif
# vim: set noet sw=4 ts=4:

View file

@ -30,4 +30,8 @@ $(eval $(call gb_CppunitTest_set_include,sw_uibase_unit,\
$$(INCLUDE) \
))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_unit,abort))
endif
# vim: set noet sw=4 ts=4:

View file

@ -73,4 +73,8 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_uno, \
$(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_uno))
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_uibase_uno,abort))
endif
# vim: set noet sw=4 ts=4: