[Libreoffice-commits] core.git: sw/CppunitTest_sw_ww8export2.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 15 13:28:35 UTC 2018


 sw/CppunitTest_sw_ww8export2.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 8f445220038d40cbcafb27cdf2d370c645fe1f5f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Nov 15 10:42:47 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Nov 15 14:28:10 2018 +0100

    Missing test dependency
    
    Change-Id: I3df5512984efa280a0abf05e55ad8d2babc2dc55
    Reviewed-on: https://gerrit.libreoffice.org/63403
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/CppunitTest_sw_ww8export2.mk b/sw/CppunitTest_sw_ww8export2.mk
index 5b8f2ab16661..df8ae2ace998 100644
--- a/sw/CppunitTest_sw_ww8export2.mk
+++ b/sw/CppunitTest_sw_ww8export2.mk
@@ -56,4 +56,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sw_ww8export2,services))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_ww8export2))
 
+# At least testTdf118133::Import_Export_Import (sw/qa/extras/ww8export/ww8export2.cxx) depends on
+# TIFFReader from Library_gie, which is loaded dynamically in vcl/source/filter/graphicfilter.cxx:
+$(call gb_CppunitTest_get_target,sw_ww8export2): $(call gb_Library_get_target,gie)
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list