summaryrefslogtreecommitdiff
path: root/test/Library_vclbootstrapprotector.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-08-29 17:54:04 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-08-29 17:54:04 +0200
commit471408327978144dcc11f5f65f8208016867e03a (patch)
treee16998ccbf5786b70198c9cd040b08aa60eac471 /test/Library_vclbootstrapprotector.mk
parent66e2f20c5610eb500b4a9cf22ef024492ba0fd00 (diff)
Remove duplication of "set up VCL" code
The "this is called from pyuno" version in test/source/bootstrapfixture.cxx had had an empty deinitHook, but it appears to not hurt to give it the same deinitHook as the version in test/source/vclbootstrapprotector.cxx had had. Make test::setUpVcl accessible from outside module test for an upcoming use in <https://gerrit.libreoffice.org/#/c/28322/16> "tdf#99402: fix Metafile Font handling". Change-Id: I1d609445690b6ee5e331aa322cd4bf434a3de78e
Diffstat (limited to 'test/Library_vclbootstrapprotector.mk')
-rw-r--r--test/Library_vclbootstrapprotector.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_vclbootstrapprotector.mk b/test/Library_vclbootstrapprotector.mk
index 0bb808a321f1..d16145b4991d 100644
--- a/test/Library_vclbootstrapprotector.mk
+++ b/test/Library_vclbootstrapprotector.mk
@@ -23,6 +23,7 @@ $(eval $(call gb_Library_use_libraries,vclbootstrapprotector, \
cppu \
i18nlangtag \
sal \
+ test \
tl \
utl \
vcl \