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 /sw/Module_sw.mk | |
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 'sw/Module_sw.mk')
-rw-r--r-- | sw/Module_sw.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 8ef8a26fcf04..a003ae57c454 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -79,11 +79,13 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_globalfilter \ )) +ifneq ($(ENABLE_HEADLESS),TRUE) ifeq ($(OS),LINUX) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_tiledrendering \ )) endif +endif ifneq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ |