summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_lifecycle.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-25 19:08:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-25 20:42:08 +0100
commit04ae4a9721dab0133e7f63db69fcbae55fe87ef0 (patch)
treea1b6905b6df55ce8f12f2127f1b789778f29c362 /vcl/CppunitTest_vcl_lifecycle.mk
parent4ac2f1799f1d6d428c06e5699c246184dd8590ad (diff)
Missing test dependency
> warn:vcl.layout:29309:29309:vcl/source/window/builder.cxx:446: DBG_UNHANDLED_EXCEPTION in VclBuilder::VclBuilder(vcl::Window*, const rtl::OUString&, const rtl::OUString&, const rtl::OString&, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame>&, bool) > when: Unable to read .ui file > type: com.sun.star.container.NoSuchElementException > message: file:///.../core/instdir/share/config/soffice.cfg/vcl/ui/printprogressdialog.ui Change-Id: Ie275f5dbee52c5928276c06f65a5401a5fe1ae29 Reviewed-on: https://gerrit.libreoffice.org/63995 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_lifecycle.mk')
-rw-r--r--vcl/CppunitTest_vcl_lifecycle.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/CppunitTest_vcl_lifecycle.mk b/vcl/CppunitTest_vcl_lifecycle.mk
index 44914e8e0294..209a2a8d5915 100644
--- a/vcl/CppunitTest_vcl_lifecycle.mk
+++ b/vcl/CppunitTest_vcl_lifecycle.mk
@@ -49,4 +49,8 @@ $(eval $(call gb_CppunitTest_use_components,vcl_lifecycle,\
$(eval $(call gb_CppunitTest_use_configuration,vcl_lifecycle))
+$(eval $(call gb_CppunitTest_use_uiconfigs,vcl_lifecycle, \
+ vcl \
+))
+
# vim: set noet sw=4 ts=4: