diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-12 19:24:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-12 20:57:46 +0100 |
commit | 9c4a7dfe9e2a51aeec047feba7b4ac1d79c8586a (patch) | |
tree | 95b784ea898e0669c8ad65cc07b9d9884b515e5a /sw/CppunitTest_sw_ooxmlimport2.mk | |
parent | 69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (diff) |
Missing test dependency
Change-Id: I8ce7fab21cf2e6c47c955201eee87e8890b3a47a
Reviewed-on: https://gerrit.libreoffice.org/63300
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_ooxmlimport2.mk')
-rw-r--r-- | sw/CppunitTest_sw_ooxmlimport2.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_ooxmlimport2.mk b/sw/CppunitTest_sw_ooxmlimport2.mk index 1d41899668af..c269c7282028 100644 --- a/sw/CppunitTest_sw_ooxmlimport2.mk +++ b/sw/CppunitTest_sw_ooxmlimport2.mk @@ -108,4 +108,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_ooxmlimport2,\ $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlimport2)) +# At least testTdf115094::Import (sw/qa/extras/ooxmlimport/ooxmlimport2.cxx) depends on TIFFReader +# from Library_gie, which is loaded dynamically in vcl/source/filter/graphicfilter.cxx: +$(call gb_CppunitTest_get_target,sw_ooxmlimport2): $(call gb_Library_get_target,gie) + # vim: set noet sw=4 ts=4: |