From 708892fe70c46a0ac7c8220ce97a30a771a93b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Tigeot?= Date: Mon, 17 Oct 2011 15:08:36 +0200 Subject: [PATCH] Disable a cppunit test crashing on DragonFly. --- sd/Module_sd.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 193cba5df67c..933dc70e8fe4 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -40,10 +40,12 @@ $(eval $(call gb_Module_add_targets,sd,\ Package_xml \ )) +ifneq ($(OS),DRAGONFLY) $(eval $(call gb_Module_add_check_targets,sd,\ CppunitTest_sd_uimpress \ RdbTarget_sd_uimpress \ )) +endif $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \