summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-09-30 15:34:07 +0000
committerJan-Marek Glogowski <glogow@fbihome.de>2018-10-01 10:21:27 +0200
commit0685975503fac7609e2d50c6584a75ac20259df5 (patch)
treea446ed8fba2655805da9eb698d08fb3f064c2487 /desktop
parentUpdate git submodules (diff)
downloadcore-0685975503fac7609e2d50c6584a75ac20259df5.tar.gz
core-0685975503fac7609e2d50c6584a75ac20259df5.zip
Change all font-based tests to depend on ooo_fonts
Instead of depending on individual font packages. Most didn't depend on fonts at all. Change-Id: I190295bbecb1b44aa34aaf0874afadd35b5daeb4 Reviewed-on: https://gerrit.libreoffice.org/61159 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/CppunitTest_desktop_lib.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/CppunitTest_desktop_lib.mk b/desktop/CppunitTest_desktop_lib.mk
index 504af1d0b5c8..d0cc7f829cb8 100644
--- a/desktop/CppunitTest_desktop_lib.mk
+++ b/desktop/CppunitTest_desktop_lib.mk
@@ -82,4 +82,6 @@ $(eval $(call gb_CppunitTest_use_components,desktop_lib,\
$(eval $(call gb_CppunitTest_use_configuration,desktop_lib))
+$(eval $(call gb_CppunitTest_use_more_fonts,desktop_lib))
+
# vim: set noet sw=4 ts=4: