diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-13 21:20:38 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-13 21:20:38 +0200 |
commit | 4e4d5683625538db61f05f676042f43d055fe368 (patch) | |
tree | 73cefa434143e3cec4313ef0864f6a6339771078 /sd/Module_sd.mk | |
parent | ba19b6b104bf64e33ec09874d17e39328f8b2c0d (diff) |
enable sd tests again
Change-Id: I773dc0dc4a2d5faf98420d3901d28c2a08e64c00
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index 654f2aa7f408..c15646d809fa 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -42,7 +42,9 @@ $(eval $(call gb_Module_add_targets,sd,\ ifneq ($(OS),DRAGONFLY) $(eval $(call gb_Module_add_check_targets,sd,\ + CppunitTest_sd_uimpress \ CppunitTest_sd_regression_test \ + CppunitTest_sd_filters_test \ )) endif @@ -51,6 +53,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\ JunitTest_sd_unoapi \ )) -# CppunitTest_sd_uimpress \ -# CppunitTest_sd_filters_test \ # vim: set noet sw=4 ts=4: |