aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2012-03-28 16:16:30 +0530
committerAmit Pundir <amit.pundir@linaro.org>2012-03-28 16:16:30 +0530
commit7cacf970b6b62d8932e4ceb746c391b4a00ae2db (patch)
treea3ec5356a1b6a246fa58b15e1fda7023fe2950f2
parent2785eb9ab54ea13bd99475d06d50a9d73dfc482c (diff)
downloadvexpress_rtsm-7cacf970b6b62d8932e4ceb746c391b4a00ae2db.tar.gz
add data-corruption test and sample image
Change-Id: Ida32ddb9c1766859947fcdbf424dff0d848d00f4 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--device.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index 210a35d..52a0201 100644
--- a/device.mk
+++ b/device.mk
@@ -18,6 +18,8 @@ PRODUCT_PACKAGES += bl-agitator
PRODUCT_COPY_FILES += \
test/linaro/biglittle/core/boot-a15/boot-a15.sh:system/bin/boot-a15.sh \
test/linaro/biglittle/core/disk-io-stress-a15/disk-io-stress-a15.sh:system/bin/disk-io-stress-a15.sh \
- test/linaro/biglittle/core/mem-stress-a15/mem-stress-a15.sh:system/bin/mem-stress-a15.sh
+ test/linaro/biglittle/core/mem-stress-a15/mem-stress-a15.sh:system/bin/mem-stress-a15.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
$(call inherit-product, frameworks/base/build/tablet-dalvik-heap.mk)