summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-08 16:14:37 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-08 16:15:42 +0100
commitc46ab19bcab9151744527978742eeb5e34d2effe (patch)
tree72ddc2719e125ab11f9ab2dcec261faf087e07c3 /toolkit
parent38368be8527ca655854ee1231d9f355b8c0591ec (diff)
toolkit: disable the UnitConversion test only on WNT
The Mac problem cited in 43dd63898c145ebeb918f1d6ce094cf5c68548c8 is unrelated. Change-Id: I2cba950d1b6df356fb5ecffdfe9d1f686f895ef4
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/Module_toolkit.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/toolkit/Module_toolkit.mk b/toolkit/Module_toolkit.mk
index 74a9d5d78ffc..21fd5ae92cdc 100644
--- a/toolkit/Module_toolkit.mk
+++ b/toolkit/Module_toolkit.mk
@@ -23,9 +23,12 @@ $(eval $(call gb_Module_add_targets,toolkit,\
Library_tk \
))
-#$(eval $(call gb_Module_add_check_targets,toolkit,\
-# CppunitTest_toolkit \
-#))
+# FIXME fails on some tinderboxes, needs investigation
+ifneq ($(OS),WNT)
+$(eval $(call gb_Module_add_check_targets,toolkit,\
+ CppunitTest_toolkit \
+))
+endif
ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,toolkit,\