[Libreoffice-commits] core.git: ridljar/Module_ridljar.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Feb 6 10:34:53 UTC 2020


 ridljar/Module_ridljar.mk |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 333435087cdbdbff7e91315604f0a8390c16387e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 5 19:01:26 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Feb 6 11:34:20 2020 +0100

    These JunitTests can be plain check, not subsequentcheck
    
    For one, JunitTest_typedesc and JunitTest_uno don't use qadevOOo at all.  And
    for another, even for JunitTest_util (which does use qadevOOo), in gbuild it is
    OK (and frequently used) for a check target in one module to have dependencies
    on higher modules.
    
    Change-Id: I6f6339fa516eb8582d88ada50fabe56784d99dda
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88058
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/ridljar/Module_ridljar.mk b/ridljar/Module_ridljar.mk
index e4497ebb1293..680395583d13 100644
--- a/ridljar/Module_ridljar.mk
+++ b/ridljar/Module_ridljar.mk
@@ -16,9 +16,7 @@ $(eval $(call gb_Module_add_targets,ridljar,\
     Jar_unoloader \
 ))
 
-# unfortunately, these tests depend on qadevOOo, which depends on
-# ridl.jar for build...
-$(eval $(call gb_Module_add_subsequentcheck_targets,ridljar,\
+$(eval $(call gb_Module_add_check_targets,ridljar,\
     JunitTest_typedesc \
     JunitTest_uno \
     JunitTest_util \


More information about the Libreoffice-commits mailing list