summaryrefslogtreecommitdiff
path: root/postprocess/CppunitTest_services.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-12 12:18:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-12 12:29:23 +0200
commitc4444ea0c412d580a9ff0423bd9fa4d8b535490b (patch)
treee38aedf452044706c56fc203722602a73f27c4f2 /postprocess/CppunitTest_services.mk
parent551c915dcbf3e1d6bfd799c6e13e5700e2c3e535 (diff)
Avoid Solar Mutex deadlocks when disposing services
...as test code using gb_CppunitTest_use_vcl is implicitly run with Solar Mutex locked Change-Id: I480b4bcce7c6a94922019679099b0883b3ee1030
Diffstat (limited to 'postprocess/CppunitTest_services.mk')
-rw-r--r--postprocess/CppunitTest_services.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index bdcae7bbe0c6..08c860e16412 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_CppunitTest_use_libraries,services, \
cppu \
sal \
test \
+ vcl \
$(gb_UWINAPI) \
))