summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-02 19:57:53 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-02 22:18:35 +0200
commit9999d9ee61f0adda79ef0886fdf487b5ec01e8e7 (patch)
tree43b93a7d7dd619b21b69ff8b29566ace80a7a6b0 /sc
parent925dabe8fd42d85e5d8e610dc75252372161d1b3 (diff)
disable the tiledrendering tests in the headless build mode
This was pointed out by the Random Config tb. Change-Id: I8a4f70d6661178f2671e4e3588f5873c64885c07 Reviewed-on: https://gerrit.libreoffice.org/37175 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/Module_sc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk
index ef82147d781b..4ab8f50489e7 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -44,11 +44,13 @@ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_core \
))
+ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_tiledrendering \
))
endif
+endif
$(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_condformats \