Kaydet (Commit) 9999d9ee authored tarafından Markus Mohrhard's avatar Markus Mohrhard

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/37175Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarkus Mohrhard <markus.mohrhard@googlemail.com>
üst 925dabe8
...@@ -44,11 +44,13 @@ $(eval $(call gb_Module_add_check_targets,sc,\ ...@@ -44,11 +44,13 @@ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_core \ CppunitTest_sc_core \
)) ))
ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,sc,\ $(eval $(call gb_Module_add_check_targets,sc,\
CppunitTest_sc_tiledrendering \ CppunitTest_sc_tiledrendering \
)) ))
endif endif
endif
$(eval $(call gb_Module_add_slowcheck_targets,sc, \ $(eval $(call gb_Module_add_slowcheck_targets,sc, \
CppunitTest_sc_condformats \ CppunitTest_sc_condformats \
......
...@@ -39,12 +39,14 @@ $(eval $(call gb_Module_add_check_targets,sd,\ ...@@ -39,12 +39,14 @@ $(eval $(call gb_Module_add_check_targets,sd,\
)) ))
endif endif
ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_check_targets,sd,\ $(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_svg_export_tests \ CppunitTest_sd_svg_export_tests \
CppunitTest_sd_tiledrendering \ CppunitTest_sd_tiledrendering \
)) ))
endif endif
endif
# screenshots # screenshots
$(eval $(call gb_Module_add_screenshot_targets,sd, \ $(eval $(call gb_Module_add_screenshot_targets,sd, \
......
...@@ -79,11 +79,13 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ ...@@ -79,11 +79,13 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_globalfilter \ CppunitTest_sw_globalfilter \
)) ))
ifneq ($(ENABLE_HEADLESS),TRUE)
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Module_add_slowcheck_targets,sw,\ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_tiledrendering \ CppunitTest_sw_tiledrendering \
)) ))
endif endif
endif
ifneq ($(DISABLE_CVE_TESTS),TRUE) ifneq ($(DISABLE_CVE_TESTS),TRUE)
$(eval $(call gb_Module_add_slowcheck_targets,sw,\ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment