Disable a cppunit test crashing on DragonFly.

This commit is contained in:
François Tigeot
2011-10-17 15:08:36 +02:00
parent 1c5d70ec08
commit 708892fe70

View File

@@ -40,10 +40,12 @@ $(eval $(call gb_Module_add_targets,sd,\
Package_xml \ Package_xml \
)) ))
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\ $(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_uimpress \ CppunitTest_sd_uimpress \
RdbTarget_sd_uimpress \ RdbTarget_sd_uimpress \
)) ))
endif
$(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \ JunitTest_sd_unoapi \