diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-02 19:57:53 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-02 22:18:35 +0200 |
commit | 9999d9ee61f0adda79ef0886fdf487b5ec01e8e7 (patch) | |
tree | 43b93a7d7dd619b21b69ff8b29566ace80a7a6b0 /sd | |
parent | 925dabe8fd42d85e5d8e610dc75252372161d1b3 (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 'sd')
-rw-r--r-- | sd/Module_sd.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 62bfd8988778..dde16d7c4c40 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -39,12 +39,14 @@ $(eval $(call gb_Module_add_check_targets,sd,\ )) endif +ifneq ($(ENABLE_HEADLESS),TRUE) ifeq ($(OS),LINUX) $(eval $(call gb_Module_add_check_targets,sd,\ CppunitTest_sd_svg_export_tests \ CppunitTest_sd_tiledrendering \ )) endif +endif # screenshots $(eval $(call gb_Module_add_screenshot_targets,sd, \ |