diff options
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 \ |