diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-29 17:54:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-29 17:54:04 +0200 |
commit | 471408327978144dcc11f5f65f8208016867e03a (patch) | |
tree | e16998ccbf5786b70198c9cd040b08aa60eac471 /test/Library_test.mk | |
parent | 66e2f20c5610eb500b4a9cf22ef024492ba0fd00 (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_test.mk')
-rw-r--r-- | test/Library_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Library_test.mk b/test/Library_test.mk index 2e34b219ac94..c0f073b87975 100644 --- a/test/Library_test.mk +++ b/test/Library_test.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Library_add_exception_objects,test,\ test/source/xmlwriter \ test/source/primitive2dxmldump \ test/source/screenshot_test \ + test/source/setupvcl \ )) # vim: set noet sw=4 ts=4: |