aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-04-04 21:15:15 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-04-04 21:15:15 +0530
commit10405837e053f7edce4ab7f9059c0223d5ada5f6 (patch)
treeb90a04f0ef93992d9e2edc66df10ef4fdc538df6
parent96edbed74128eb35b26f52821777592e9e406306 (diff)
downloadvexpress_rtsm-linaro_android_4.0.3.tar.gz
add basic test scriptslinaro_android_4.0.3
Change-Id: I26739d12a9be71096d17d6c76f5f7152f15fd807 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 40bbdf2..88a67dc 100644
--- a/device.mk
+++ b/device.mk
@@ -25,6 +25,10 @@ PRODUCT_COPY_FILES += \
test/linaro/biglittle/core/mem-stress-switcher/mem-stress-switcher.sh:system/bin/mem-stress-switcher.sh \
test/linaro/biglittle/core/data-corruption-switcher/data-corruption-switcher.sh:system/bin/data-corruption-switcher.sh \
test/linaro/biglittle/core/data-corruption/data-corruption.sh:system/bin/data-corruption.sh \
- test/linaro/biglittle/core/data-corruption/images/boxes.ppm:data/boxes/boxes.ppm
+ test/linaro/biglittle/core/data-corruption/images/boxes.ppm:data/boxes/boxes.ppm \
+ test/linaro/biglittle/core/basic/module:system/bin/module \
+ test/linaro/biglittle/core/basic/governor:system/bin/governor \
+ test/linaro/biglittle/core/basic/switch:system/bin/switch \
+ test/linaro/biglittle/core/basic/run-bl-basic-tests.sh:system/bin/run-bl-basic-tests.sh
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)