[Libreoffice-commits] core.git: sw/CppunitTest_sw_ooxmlimport2.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 12 19:58:07 UTC 2018
sw/CppunitTest_sw_ooxmlimport2.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 9c4a7dfe9e2a51aeec047feba7b4ac1d79c8586a
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Nov 12 19:24:16 2018 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Nov 12 20:57:46 2018 +0100
Missing test dependency
Change-Id: I8ce7fab21cf2e6c47c955201eee87e8890b3a47a
Reviewed-on: https://gerrit.libreoffice.org/63300
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
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:
More information about the Libreoffice-commits
mailing list