summaryrefslogtreecommitdiff
path: root/odk/Module_odk.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2018-04-24 14:12:38 +0200
committerRene Engelhard <rene@debian.org>2018-04-24 22:29:07 +0200
commitd3fd9d026592a7c180f2abf763c618624fe016e7 (patch)
tree26fed49bf82556b229be587f043f4732f6148f32 /odk/Module_odk.mk
parent336d91a6f2bc12ff0342f984cdbb2cf64abd0b56 (diff)
split odk/build-examples Java tests out into a build-examples_java test
... since archs with the "Zero VM" take loooong otherwise and eventually gets killed after 150 minutes of "inactivity" (no output) Change-Id: If421378920c791fdc5d165cc452bdd40e136c8d1
Diffstat (limited to 'odk/Module_odk.mk')
-rw-r--r--odk/Module_odk.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk
index 4ca21d3eaf32..2eaa2b1617f0 100644
--- a/odk/Module_odk.mk
+++ b/odk/Module_odk.mk
@@ -58,6 +58,9 @@ $(eval $(call gb_Module_add_check_targets,odk,\
ifneq ($(filter $(OS),LINUX MACOSX),)
$(eval $(call gb_Module_add_subsequentcheck_targets,odk, \
CustomTarget_build-examples \
+ $(if $(ENABLE_JAVA),\
+ CustomTarget_build-examples_java \
+ ) \
))
endif