summaryrefslogtreecommitdiff
path: root/sax/Module_sax.mk
diff options
context:
space:
mode:
authorMohammed Abdul Azeem <azeemmysore@gmail.com>2016-05-11 16:57:44 +0530
committerNoel Grandin <noelgrandin@gmail.com>2016-05-19 09:36:32 +0000
commite94deb06391f516ee9c1fa019b3521e222a5615b (patch)
tree9a11e20344c585db8db66e6b166081340c629dc8 /sax/Module_sax.mk
parentc70a5937e3a2057886c01bc78ac5a6b42e8c702d (diff)
First cut at adding sax2/ unit tests.
This is a first-step towards implementing the legacy parser using the XFastParser. Change-Id: I37fc0419dbef1d6f067e45e0b1f2fd6051fb158d Reviewed-on: https://gerrit.libreoffice.org/24883 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sax/Module_sax.mk')
-rw-r--r--sax/Module_sax.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sax/Module_sax.mk b/sax/Module_sax.mk
index ae8ab9c6db5e..4fca4efdc289 100644
--- a/sax/Module_sax.mk
+++ b/sax/Module_sax.mk
@@ -18,6 +18,7 @@ $(eval $(call gb_Module_add_check_targets,sax,\
CppunitTest_sax \
CppunitTest_sax_attributes \
CppunitTest_sax_parser \
+ CppunitTest_sax_xmlimport \
))
# vim: set noet sw=4 ts=4: