summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ww8export2.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-11-15 10:42:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-11-15 14:28:10 +0100
commit8f445220038d40cbcafb27cdf2d370c645fe1f5f (patch)
tree5f66a383a32ea4d3a05d509122486343c12f5cb1 /sw/CppunitTest_sw_ww8export2.mk
parent876d7ebe9367c3532486e3a7d1afc3c1a260a94a (diff)
Missing test dependency
Change-Id: I3df5512984efa280a0abf05e55ad8d2babc2dc55 Reviewed-on: https://gerrit.libreoffice.org/63403 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_ww8export2.mk')
-rw-r--r--sw/CppunitTest_sw_ww8export2.mk4
1 files changed, 4 insertions, 0 deletions
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: