summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
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,\