diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-02-17 16:14:51 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-02-17 16:15:37 +0100 |
commit | e14700edc0ebb194392b53e19d02be9f5c7e3e6f (patch) | |
tree | d63bc282194e57aa37083a4298ab00964ecf1d73 /jurt | |
parent | 5d14f80c1e12508659fc337b5e6208e5bc018001 (diff) |
Move all jurt JunitTests back to subsequentcheck for now
...as they have further dependencies on modules higher up in the hierarchy.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/Module_jurt.mk | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/jurt/Module_jurt.mk b/jurt/Module_jurt.mk index e81f90aa430b..50339cd8d614 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: |