summaryrefslogtreecommitdiffstats
path: root/filter/Module_filter.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-04 17:59:45 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-04 18:05:17 +0100
commit6967da019b69767a15116de101d33a16b95c8a44 (patch)
tree6568d010800d5a2b50ce021d0fc4e187c45f8282 /filter/Module_filter.mk
parentClarify autogen.sh messages (diff)
downloadcore-6967da019b69767a15116de101d33a16b95c8a44.tar.gz
core-6967da019b69767a15116de101d33a16b95c8a44.zip
filter: make LibXSLTTransformer init backward compatible
As reported by Fernand Vanrie, initializing the XSLT service can fail because the LibXSLTTransformer::initialize was changed to require the parameters as a nested Sequence; accept previous parameter convention as a fall-back. (regression from ca0ea73a4ab104031a16b5bac7a9bb6e57c77ba0) Change-Id: I136e6e6338f11ffecf9f856f0736d1d0e6b17c3f
Diffstat (limited to 'filter/Module_filter.mk')
-rw-r--r--filter/Module_filter.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk
index 403184a93feb..e5d67e74ef85 100644
--- a/filter/Module_filter.mk
+++ b/filter/Module_filter.mk
@@ -77,6 +77,10 @@ $(eval $(call gb_Module_add_targets,filter,\
))
endif
+$(eval $(call gb_Module_add_check_targets,filter,\
+ CppunitTest_filter_xslt \
+))
+
ifneq ($(DISABLE_CVE_TESTS),TRUE)
$(eval $(call gb_Module_add_check_targets,filter,\
CppunitTest_filter_pict_test \