summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-04-28 20:13:01 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-28 20:13:51 +0200
commit1742e33a22807f14b7b77170d04edeb243647f1f (patch)
tree593c2ac10ad397fe92e268c12bdba890838e7eb1
parenta6cfa6b50239e0e0221387691e7bb1211fc81049 (diff)
sw: tentative fix for ww8tok test failure
-rw-r--r--sw/CppunitTest_sw_subsequent_ww8tok.mk2
-rw-r--r--sw/Module_sw.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/sw/CppunitTest_sw_subsequent_ww8tok.mk b/sw/CppunitTest_sw_subsequent_ww8tok.mk
index f8f5ff3346a3..a3fa85ce14ac 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 de2bd90a9dcf..bc0679c3b0bc 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 \
))