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: