diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-09-01 13:56:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-09-01 13:56:46 +0200 |
commit | 4ec58562d48c26e2ddf4bfad1a692ce4d6cb018e (patch) | |
tree | a0de4af09881c681f9a8c1b4b246cef52c8f6877 | |
parent | bf3c6237bb110d3eb84970e44593a7880e2e8536 (diff) |
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
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index d3cf68be3ec1..9a81076c8780 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: |