sw/CppunitTest_sw_filters_test.mk | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 4ec58562d48c26e2ddf4bfad1a692ce4d6cb018e Author: Stephan Bergmann <[email protected]> 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: _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
