[Libreoffice-commits] core.git: chart2/Module_chart2.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Mar 12 22:25:41 UTC 2017


 chart2/Module_chart2.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 7f09093b8bbc119f50763e1b629424cc2669628a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Sun Mar 12 22:46:49 2017 +0100

    the test seems to depend on the fonts
    
    Fixes "Random Config" tb run #289
    
    Change-Id: Ib1d672ac0a68e977f8d32f87c730ff1b0822f32c
    Reviewed-on: https://gerrit.libreoffice.org/35109
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 0061c0a..f39140d 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -37,10 +37,11 @@ $(eval $(call gb_Module_add_slowcheck_targets,chart2,\
 ))
 
 ifeq ($(ENABLE_CHART_TESTS),TRUE)
+ifeq ($(WITH_FONTS), TRUE)
 $(eval $(call gb_Module_add_slowcheck_targets,chart2,\
     CppunitTest_chart2_xshape \
 ))
-
+endif
 endif
 
 $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\


More information about the Libreoffice-commits mailing list