diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 12:36:24 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:08 +0200 |
commit | e5f16b8d3e4b0fc3c772c7cfdd0abdf3a749650e (patch) | |
tree | b9f5648497839d3517f29c6303cc0118107a9864 /sd | |
parent | 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8 (diff) |
always use --protector for UNO tests
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filters_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_regression_test.mk | 1 | ||||
-rw-r--r-- | sd/CppunitTest_sd_uimpress.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sd/CppunitTest_sd_filters_test.mk b/sd/CppunitTest_sd_filters_test.mk index 6b8a328384b1..46ad622a7464 100644 --- a/sd/CppunitTest_sd_filters_test.mk +++ b/sd/CppunitTest_sd_filters_test.mk @@ -107,7 +107,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_filters_test,\ )) $(eval $(call gb_CppunitTest_set_args,sd_filters_test,\ - --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool)" \ )) # .../spool is required for the (somewhat strange) filter configuration diff --git a/sd/CppunitTest_sd_regression_test.mk b/sd/CppunitTest_sd_regression_test.mk index bc055aab6579..2716c50e9f7a 100644 --- a/sd/CppunitTest_sd_regression_test.mk +++ b/sd/CppunitTest_sd_regression_test.mk @@ -117,7 +117,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_regression_test,\ )) $(eval $(call gb_CppunitTest_set_args,sd_regression_test,\ - --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) module:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry/spool) xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/unittest/registry)" \ "-env:SVG_DISABLE_FONT_EMBEDDING=YEAH" \ )) diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk index b996d2d08130..658a240292aa 100644 --- a/sd/CppunitTest_sd_uimpress.mk +++ b/sd/CppunitTest_sd_uimpress.mk @@ -83,7 +83,6 @@ $(eval $(call gb_CppunitTest_use_components,sd_uimpress,\ )) $(eval $(call gb_CppunitTest_set_args,sd_uimpress,\ - --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \ )) |