sw/CppunitTest_sw_rtfexport8.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit 2eb428a8890dda29fbdc8b639fc1377080fab59f Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Wed Dec 20 12:49:14 2023 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Dec 21 08:34:31 2023 +0100 CppunitTest_sw_rtfexport8: avoid external fonts Change-Id: I7fb3f54134e3cf5a2f4fd318f36df35a4b5967dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161068 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sw/CppunitTest_sw_rtfexport8.mk b/sw/CppunitTest_sw_rtfexport8.mk index 9f0a2d85ab4f..94e535c0fbe2 100644 --- a/sw/CppunitTest_sw_rtfexport8.mk +++ b/sw/CppunitTest_sw_rtfexport8.mk @@ -11,4 +11,8 @@ $(eval $(call sw_rtfexport_test,8)) +ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) +$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_rtfexport8,abort)) +endif + # vim: set noet sw=4 ts=4: