diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-11-10 22:34:42 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-10 22:34:42 +0000 |
commit | c7281f5fb8ead61c68ea8b468b018b5637590ceb (patch) | |
tree | 0b18e1077e76f7045ab4bbd082cdb1d8b7e1cbd7 /sd/Module_sd.mk | |
parent | 83ea2162b80b4d03e4cca90d354b5d56ea3f5898 (diff) |
re-enable inadvertently disabled unit test
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index eef68f8224b6..f65fcc7bdea8 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -42,13 +42,13 @@ $(eval $(call gb_Module_add_targets,sd,\ ifneq ($(OS),DRAGONFLY) $(eval $(call gb_Module_add_check_targets,sd,\ + CppunitTest_sd_uimpress \ CppunitTest_sd_filters_test \ RdbTarget_sd_uimpress \ RdbTarget_sd_filters_test \ )) endif -# CppunitTest_sd_uimpress \ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ |