summaryrefslogtreecommitdiff
path: root/svtools/CppunitTest_svtools_filters_test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/CppunitTest_svtools_filters_test.mk')
-rw-r--r--svtools/CppunitTest_svtools_filters_test.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/CppunitTest_svtools_filters_test.mk b/svtools/CppunitTest_svtools_filters_test.mk
index 3ccbd5d06c30..48c39f461b01 100644
--- a/svtools/CppunitTest_svtools_filters_test.mk
+++ b/svtools/CppunitTest_svtools_filters_test.mk
@@ -63,9 +63,14 @@ $(eval $(call gb_CppunitTest_add_type_rdbs,svtools_filters_test,\
types \
))
+$(eval $(call gb_CppunitTest_add_old_components,svtools_filters_test,\
+ configmgr \
+))
+
$(eval $(call gb_CppunitTest_set_args,svtools_filters_test,\
--headless \
--protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
+ "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
))
# vim: set noet sw=4 ts=4: