summaryrefslogtreecommitdiff
path: root/sax/Module_sax.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-10-15 17:28:35 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2013-10-17 21:38:33 +0200
commitdffb0782bb40337e32f3a22b3827b1d47e0acd72 (patch)
tree21568f714cc028950053aa232f2209dae16808c3 /sax/Module_sax.mk
parent7082efee96e1f165b30b1266376bb95db006e25e (diff)
sax: add unit test for FastSaxParser
Adapt FastSaxParser so that it does not require XFastDocumentHandler. Change-Id: I7af49752dfbb4b55b8dde094fe6b762bd179be78
Diffstat (limited to 'sax/Module_sax.mk')
-rw-r--r--sax/Module_sax.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/sax/Module_sax.mk b/sax/Module_sax.mk
index 17c98c0d7cf4..4352282ff3ea 100644
--- a/sax/Module_sax.mk
+++ b/sax/Module_sax.mk
@@ -10,14 +10,15 @@
$(eval $(call gb_Module_Module,sax))
$(eval $(call gb_Module_add_targets,sax,\
- Library_expwrap \
- Library_fastsax \
- Library_sax \
+ Library_expwrap \
+ Library_fastsax \
+ Library_sax \
StaticLibrary_sax_shared \
))
$(eval $(call gb_Module_add_check_targets,sax,\
- CppunitTest_sax \
+ CppunitTest_sax \
+ CppunitTest_sax_parser \
))
# vim: set noet sw=4 ts=4: