summaryrefslogtreecommitdiff
path: root/configmgr/Module_configmgr.mk
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/Module_configmgr.mk')
-rw-r--r--configmgr/Module_configmgr.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/Module_configmgr.mk b/configmgr/Module_configmgr.mk
index eb401787f240..09212d436a56 100644
--- a/configmgr/Module_configmgr.mk
+++ b/configmgr/Module_configmgr.mk
@@ -17,8 +17,8 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,configmgr,\
JunitTest_configmgr_unoapi \
))
-#$(eval $(call gb_Module_add_check_targets,configmgr,\
-# CppunitTest_configmgr_unit \
-#))
+$(eval $(call gb_Module_add_check_targets,configmgr,\
+ CppunitTest_configmgr_unit \
+))
# vim: set noet sw=4 ts=4: