summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdmund Szeto <edmund.szeto@linaro.org>2014-07-16 22:06:19 -0700
committerEdmund Szeto <edmund.szeto@linaro.org>2014-07-16 22:06:19 -0700
commit28deee48455db2ac7a74996b7a66d2247213cd02 (patch)
treed3ad913416a950359e91bc977548a7ae612d961c
parentbe400548102bc700d38b35db9c70d08738598d2a (diff)
downloadjuno-28deee48455db2ac7a74996b7a66d2247213cd02.tar.gz
device.mk: include Linaro Android userspace tests by default
Change-Id: I99d1711f0bfe05c84d95fa2c8f4d42833d41f17f
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index a34afe3..7808735 100644
--- a/device.mk
+++ b/device.mk
@@ -74,6 +74,9 @@ PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
# Include application and binaries needed for test
#$(call inherit-product-if-exists, device/linaro/common/extra-and-tests.mk)
+# Include Android userspace tests
+$(call inherit-product-if-exists, external/linaro-android-userspace-test/product.mk)
+
####### Copy build and install howtos for this build ########
define copy-howto
ifneq ($(wildcard $(TOP)/device/linaro/juno/howto/$(LINARO_BUILD_SPEC)/$1),)