[Libreoffice-commits] core.git: sw/CppunitTest_sw_filters_test.mk
Stephan Bergmann
sbergman at redhat.com
Thu Sep 1 11:58:48 UTC 2016
sw/CppunitTest_sw_filters_test.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4ec58562d48c26e2ddf4bfad1a692ce4d6cb018e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Sep 1 13:56:46 2016 +0200
Missing dependency of test on instdir/share/template/common/internal/html.stw
...when testing sw/qa/core/exportdata/html/pass/cp1000068.odt, leading to the
problem described in bf3c6237bb110d3eb84970e44593a7880e2e8536 "pTemplate can
probably be null here"
Change-Id: Ic96fabb3cab83b005a1ebae573a5bf4549270603
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk
index d3cf68b..9a81076 100644
--- a/sw/CppunitTest_sw_filters_test.mk
+++ b/sw/CppunitTest_sw_filters_test.mk
@@ -87,4 +87,7 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\
$(eval $(call gb_CppunitTest_use_configuration,sw_filters_test))
+$(call gb_CppunitTest_get_target,sw_filters_test): \
+ $(call gb_Package_get_target,extras_tplwizdesktop)
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list