Kaydet (Commit) c46ab19b authored tarafından Michael Stahl's avatar Michael Stahl

toolkit: disable the UnitConversion test only on WNT

The Mac problem cited in 43dd6389
is unrelated.

Change-Id: I2cba950d1b6df356fb5ecffdfe9d1f686f895ef4
üst 38368be8
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment