summaryrefslogtreecommitdiff
path: root/configmgr/Module_configmgr.mk
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2014-12-17 22:51:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-02-11 10:00:32 +0100
commitd49bc78f22d7f7403f1f885f15b1d3dd2840cf0d (patch)
tree3a26daabac95ae36dd6c58f19909f5a6d5431ac8 /configmgr/Module_configmgr.mk
parent3493701ce9d0b8a16b433fefd94338dd72ef093f (diff)
tdf#46723 - enable configmgr unit tests
Known limitation: Disabled testThreads because it fails on writerThreads libreoffice/configmgr/qa/unit/test.cxx:500:(anonymous namespace)::Test::testThreads assertion failed - Expression: success Some exception is catched for some writerThread Change-Id: I5b891bec25599c4536827ffa7ea514b1cdf08b46 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
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: