summaryrefslogtreecommitdiffstats
path: root/basic/CppunitTest_basic_vba.mk
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2013-03-11 15:50:54 +0000
committerNoel Power <noel.power@suse.com>2013-03-11 17:32:53 +0000
commit0f7798d86226d8e93fbd624283cd3558c7dd63fe (patch)
tree54955e5020cd59df02ff92608130d7684d14f087 /basic/CppunitTest_basic_vba.mk
parentbnc#805071 fix object assigment problems when default members present (diff)
downloadcore-0f7798d86226d8e93fbd624283cd3558c7dd63fe.tar.gz
core-0f7798d86226d8e93fbd624283cd3558c7dd63fe.zip
unit tests and data for bnc#805071
Change-Id: I36fefa280ee922cbade676c951b753e632c9d8bb
Diffstat (limited to 'basic/CppunitTest_basic_vba.mk')
-rw-r--r--basic/CppunitTest_basic_vba.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/basic/CppunitTest_basic_vba.mk b/basic/CppunitTest_basic_vba.mk
index 278ef29cd040..b34318604923 100644
--- a/basic/CppunitTest_basic_vba.mk
+++ b/basic/CppunitTest_basic_vba.mk
@@ -57,8 +57,16 @@ $(eval $(call gb_CppunitTest_use_api,basic_vba,\
$(eval $(call gb_CppunitTest_use_ure,basic_vba))
+ifeq ($(OS),WNT)
+$(eval $(call gb_CppunitTest_use_components,basic_vba,\
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+ extensions/source/ole/oleautobridge \
+))
+else
$(eval $(call gb_CppunitTest_use_components,basic_vba,\
configmgr/source/configmgr \
i18npool/util/i18npool \
))
+endif
$(eval $(call gb_CppunitTest_use_configuration,basic_vba))