diff options
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 2 |
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 \ |