From e3cf2b45f700fc5f4d19790b4b29175b33d38048 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 8 Apr 2012 13:40:35 +0200 Subject: simplify use of configuration from unit tests --- sc/CppunitTest_sc_namedrangesobj.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sc/CppunitTest_sc_namedrangesobj.mk') diff --git a/sc/CppunitTest_sc_namedrangesobj.mk b/sc/CppunitTest_sc_namedrangesobj.mk index 03addcfb7481..1e6024090521 100644 --- a/sc/CppunitTest_sc_namedrangesobj.mk +++ b/sc/CppunitTest_sc_namedrangesobj.mk @@ -116,10 +116,13 @@ $(eval $(call gb_CppunitTest_use_components,sc_namedrangesobj,\ unoxml/source/service/unoxml \ )) -$(eval $(call gb_CppunitTest_set_args,sc_namedrangesobj,\ - "-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)" \ +$(eval $(call gb_CppunitTest_use_configuration,sc_namedrangesobj)) + +$(eval $(call gb_CppunitTest_use_filter_configuration,sc_namedrangesobj)) + +$(eval $(call gb_CppunitTest_use_extra_configuration,sc_namedrangesobj,\ + $(OUTDIR)/unittest/registry \ )) - # .../spool is required for the (somewhat strange) filter configuration # we need to # a) explicitly depend on library msword because it is not implied by a link -- cgit v1.2.3