[Libreoffice-commits] .: jurt/Module_jurt.mk

Stephan Bergmann sbergmann at kemper.freedesktop.org
Fri Feb 17 07:16:31 PST 2012


 jurt/Module_jurt.mk |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

New commits:
commit e14700edc0ebb194392b53e19d02be9f5c7e3e6f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 17 16:14:51 2012 +0100

    Move all jurt JunitTests back to subsequentcheck for now
    
    ...as they have further dependencies on modules higher up in the hierarchy.

diff --git a/jurt/Module_jurt.mk b/jurt/Module_jurt.mk
index e81f90a..50339cd 100644
--- a/jurt/Module_jurt.mk
+++ b/jurt/Module_jurt.mk
@@ -47,23 +47,18 @@ $(eval $(call gb_Module_add_targets,jurt,\
 ))
 endif
 
-$(eval $(call gb_Module_add_check_targets,jurt,\
+$(eval $(call gb_Module_add_subsequentcheck_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:


More information about the Libreoffice-commits mailing list