[Libreoffice-commits] .: sw/CppunitTest_sw_subsequent_ww8tok.mk sw/Module_sw.mk

Miklos Vajna vmiklos at kemper.freedesktop.org
Sat Apr 28 11:14:05 PDT 2012


 sw/CppunitTest_sw_subsequent_ww8tok.mk |    2 ++
 sw/Module_sw.mk                        |    1 +
 2 files changed, 3 insertions(+)

New commits:
commit 1742e33a22807f14b7b77170d04edeb243647f1f
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Sat Apr 28 20:13:01 2012 +0200

    sw: tentative fix for ww8tok test failure

diff --git a/sw/CppunitTest_sw_subsequent_ww8tok.mk b/sw/CppunitTest_sw_subsequent_ww8tok.mk
index f8f5ff3..a3fa85c 100644
--- a/sw/CppunitTest_sw_subsequent_ww8tok.mk
+++ b/sw/CppunitTest_sw_subsequent_ww8tok.mk
@@ -65,6 +65,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ww8tok,\
     ucb/source/core/ucb1 \
     ucb/source/ucp/file/ucpfile1 \
     unoxml/source/service/unoxml \
+    $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+        xmlhelp/util/ucpchelp1) \
 ))
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_subsequent_ww8tok))
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index de2bd90..bc0679c 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -55,6 +55,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
     CppunitTest_sw_filters_test \
     CppunitTest_sw_macros_test \
     CppunitTest_sw_subsequent_ooxmltok \
+    CppunitTest_sw_subsequent_ww8tok \
     CppunitTest_sw_subsequent_rtfexport \
     CppunitTest_sw_subsequent_rtftok \
 ))


More information about the Libreoffice-commits mailing list