summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-08 13:40:35 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-08 14:53:09 +0200
commite3cf2b45f700fc5f4d19790b4b29175b33d38048 (patch)
tree5909ee994b4f9cb7bb0a417577d4c5efd22ec97b /svtools
parentalways use --protector for UNO tests (diff)
downloadcore-e3cf2b45f700fc5f4d19790b4b29175b33d38048.tar.gz
core-e3cf2b45f700fc5f4d19790b4b29175b33d38048.zip
simplify use of configuration from unit tests
Diffstat (limited to 'svtools')
-rw-r--r--svtools/CppunitTest_svtools_filters_test.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk
index ff764a13996a..7d4353fbde13 100644
--- a/svtools/CppunitTest_svtools_filters_test.mk
+++ b/svtools/CppunitTest_svtools_filters_test.mk
@@ -57,8 +57,6 @@ $(eval $(call gb_CppunitTest_use_components,svtools_filters_test,\
configmgr/source/configmgr \
))
-$(eval $(call gb_CppunitTest_set_args,svtools_filters_test,\
- "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
-))
+$(eval $(call gb_CppunitTest_use_configuration,svtools_filters_test))
# vim: set noet sw=4 ts=4: