summaryrefslogtreecommitdiff
path: root/jurt/Module_jurt.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-02-17 15:51:28 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-02-17 15:51:49 +0100
commit5bb51521233d75cfc90492746eb4f08f47616acc (patch)
tree92fce92f6700e626b2a17738b087e4c7280ab078 /jurt/Module_jurt.mk
parent28137a5177de7823351b7d61149a6c194c46bb54 (diff)
Make jurt JunitTests work
Diffstat (limited to 'jurt/Module_jurt.mk')
-rw-r--r--jurt/Module_jurt.mk11
1 files changed, 8 insertions, 3 deletions
diff --git a/jurt/Module_jurt.mk b/jurt/Module_jurt.mk
index 50339cd8d614..e81f90aa430b 100644
--- a/jurt/Module_jurt.mk
+++ b/jurt/Module_jurt.mk
@@ -47,18 +47,23 @@ $(eval $(call gb_Module_add_targets,jurt,\
))
endif
-$(eval $(call gb_Module_add_subsequentcheck_targets,jurt,\
+$(eval $(call gb_Module_add_check_targets,jurt,\
JunitTest_bridgefactory \
JunitTest_connections \
JunitTest_java \
- JunitTest_java_remote \
JunitTest_remote \
- JunitTest_uno \
JunitTest_urp \
JunitTest_util \
Package_test_urp \
))
+#TOOD: The following depend on OOoRunnerLight.jar from qadevOOo (but only for
+# WaitUnreachable, which should be moved elsewhere):
+$(eval $(call gb_Module_add_subsequentcheck_targets,jurt,\
+ JunitTest_java_remote \
+ JunitTest_uno \
+))
+
endif
# vim:set shiftwidth=4 softtabstop=4 expandtab: