summaryrefslogtreecommitdiff
path: root/xmlscript/Module_xmlscript.mk
diff options
context:
space:
mode:
authorVasily Melenchuk <vasily.melenchuk@cib.de>2021-03-16 13:31:12 +0300
committerThorsten Behrens <thorsten.behrens@allotropia.de>2021-04-06 10:08:15 +0200
commitce135ba8a693fc0d4c749b7409bf9deb8ae8e59e (patch)
tree468d371dc12ff77413dde2bfca0bade5b0af7e91 /xmlscript/Module_xmlscript.mk
parentc47ad11f8c2e917adebbd5d7b3a3ef6cc4b3e670 (diff)
tdf#137652 add xmlscript unittest & infrastructure
entire module was not covered by unittests and there was no way to test some of the latest fixes done there, like f4a5893ece. Now it is possible and a test for https://gerrit.libreoffice.org/c/core/+/104619 was added Removed remains of older unused tests. Change-Id: Ide7bc3704efa1bb4bc62ed71bf4dd8b1ad4e800f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112569 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'xmlscript/Module_xmlscript.mk')
-rw-r--r--xmlscript/Module_xmlscript.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmlscript/Module_xmlscript.mk b/xmlscript/Module_xmlscript.mk
index 56df07de29d2..c76702a70fe3 100644
--- a/xmlscript/Module_xmlscript.mk
+++ b/xmlscript/Module_xmlscript.mk
@@ -14,4 +14,8 @@ $(eval $(call gb_Module_add_targets,xmlscript,\
Package_dtd \
))
+$(eval $(call gb_Module_add_check_targets,xmlscript,\
+ CppunitTest_xmlscript_cppunit \
+))
+
# vim: set noet sw=4 ts=4: