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 <xiscofauli@libreoffice.org>
This commit is contained in:
parent
09b13f3f85
commit
2eb428a889
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue