summaryrefslogtreecommitdiff
path: root/odk/Module_odk.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-31 13:52:45 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-31 13:52:45 +0100
commit0270018b683b2734ba60771e777aa71f873f7252 (patch)
tree7351f7e98006d4afec86a9418803d381a2fba46f /odk/Module_odk.mk
parent2e244d879126f681488a99b0eb86c3ec2c2170f8 (diff)
Build the ODK examples during subsequentcheck
...at least on Linux for now Change-Id: Id9d909a3b071c37ba0cd29bbff0edb83d937145f
Diffstat (limited to 'odk/Module_odk.mk')
-rw-r--r--odk/Module_odk.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/odk/Module_odk.mk b/odk/Module_odk.mk
index 98dacfc476a8..1d7187e3361a 100644
--- a/odk/Module_odk.mk
+++ b/odk/Module_odk.mk
@@ -56,4 +56,10 @@ $(eval $(call gb_Module_add_check_targets,odk,\
CustomTarget_check \
))
+ifeq ($(OS),LINUX)
+$(eval $(call gb_Module_add_subsequentcheck_targets,odk, \
+ CustomTarget_build-examples \
+))
+endif
+
# vim: set noet sw=4 ts=4: