diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-12 22:46:49 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-12 22:25:06 +0000 |
commit | 7f09093b8bbc119f50763e1b629424cc2669628a (patch) | |
tree | 0f03ebd8b2d6ee4afd45a078acc1c4354d67f990 /chart2/Module_chart2.mk | |
parent | 4cde204c297ab122b1496444aa2e31c388f621d7 (diff) |
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@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r-- | chart2/Module_chart2.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 0061c0aabb91..f39140d61002 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,\ |