diff options
-rw-r--r-- | sw/CppunitTest_sw_ww8export2.mk | 4 |
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: |