summaryrefslogtreecommitdiffstats
path: root/sw/CppunitTest_sw_subsequent_ooxmltok.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/CppunitTest_sw_subsequent_ooxmltok.mk')
-rw-r--r--sw/CppunitTest_sw_subsequent_ooxmltok.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_subsequent_ooxmltok.mk b/sw/CppunitTest_sw_subsequent_ooxmltok.mk
index 21cfbff4bac6..db72f14b7918 100644
--- a/sw/CppunitTest_sw_subsequent_ooxmltok.mk
+++ b/sw/CppunitTest_sw_subsequent_ooxmltok.mk
@@ -74,8 +74,12 @@ $(eval $(call gb_CppunitTest_use_components,sw_subsequent_ooxmltok,\
writerfilter/util/writerfilter \
))
-$(eval $(call gb_CppunitTest_set_args,sw_subsequent_ooxmltok,\
- "-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,sw_subsequent_ooxmltok))
+
+$(eval $(call gb_CppunitTest_use_filter_configuration,sw_subsequent_ooxmltok))
+
+$(eval $(call gb_CppunitTest_use_extra_configuration,sw_subsequent_ooxmltok,\
+ $(OUTDIR)/unittest/registry \
))
# vim: set noet sw=4 ts=4: