diff options
author | François Tigeot <ftigeot@wolfpond.org> | 2011-10-17 15:08:36 +0200 |
---|---|---|
committer | François Tigeot <ftigeot@wolfpond.org> | 2011-10-17 15:12:33 +0200 |
commit | 708892fe70c46a0ac7c8220ce97a30a771a93b70 (patch) | |
tree | 157b09f186b9b89ce9033a4ca64772b69b14cd8c /sd/Module_sd.mk | |
parent | 1c5d70ec088f674a3cf059361031ce034954f0fb (diff) |
Disable a cppunit test crashing on DragonFly.
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |