summaryrefslogtreecommitdiff
path: root/unoxml/Module_unoxml.mk
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2014-09-23 11:43:14 +0000
committerStephan Bergmann <sbergman@redhat.com>2014-09-25 15:30:02 +0200
commitdbbd89efdeaa44421d1f2ad774c342009d881d9b (patch)
tree0f1555eb5909f52c881a24ea7a8ba52770149ff0 /unoxml/Module_unoxml.mk
parenta895a27c6bd0af5c4880bcd9e6238b99af0eed51 (diff)
fdo#39625 Make existing CppUnit tests work
As in the ticket description, this test is now working, but some parts of it are still commented out, because they are waiting for a fix of another bug (Bug 84237). Once it is fixed, it should be possible to just uncomment them, and then they should work. Change-Id: I73d1cc7391080e357c08cb3442616e2901070c1f Signed-off-by: Stephan Bergmann <sbergman@redhat.com> (with minor amendments)
Diffstat (limited to 'unoxml/Module_unoxml.mk')
-rw-r--r--unoxml/Module_unoxml.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/Module_unoxml.mk b/unoxml/Module_unoxml.mk
index 53cf5891a3a8..bb069531ff63 100644
--- a/unoxml/Module_unoxml.mk
+++ b/unoxml/Module_unoxml.mk
@@ -24,6 +24,10 @@ $(eval $(call gb_Module_add_targets,unoxml,\
Library_unordf \
))
+$(eval $(call gb_Module_add_slowcheck_targets,unoxml,\
+ CppunitTest_unoxml_domtest \
+))
+
ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,unoxml,\
JunitTest_unoxml_complex \