summaryrefslogtreecommitdiff
path: root/ridljar
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-05 19:01:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-06 11:34:20 +0100
commit333435087cdbdbff7e91315604f0a8390c16387e (patch)
treec15a464c410f068007b5dfec6f5fac581413695b /ridljar
parent75c21f5a9298b8fa6ea6e8b6ae9f6bd59c442b36 (diff)
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@redhat.com>
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/Module_ridljar.mk4
1 files changed, 1 insertions, 3 deletions
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 \