summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 12:36:24 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:08 +0200
commite5f16b8d3e4b0fc3c772c7cfdd0abdf3a749650e (patch)
treeb9f5648497839d3517f29c6303cc0118107a9864 /solenv
parent33e9f3d3d6b29545ef9df3f5334c015e15caa5c8 (diff)
always use --protector for UNO tests
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index d69777ac62bb..51cde99e218b 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -69,7 +69,8 @@ $(if $(strip $(UNO_SERVICES)),\
"-env:UNO_SERVICES=$(foreach item,$(UNO_SERVICES),$(call gb_CppunitTarget__make_url,$(item)))") \
$(if $(URE),\
$(foreach dir,URE_INTERNAL_LIB_DIR LO_LIB_DIR,\
- -env:$(dir)=$(call gb_CppunitTarget__make_url,$(gb_CppunitTest_LIBDIR))))
+ -env:$(dir)=$(call gb_CppunitTarget__make_url,$(gb_CppunitTest_LIBDIR))) \
+ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector)
endef
.PHONY : $(call gb_CppunitTest_get_clean_target,%)