vexpress: Include the updated test suite

Change-Id: I7f8e1b6efb0ab681f1e41b58dc26b35b71b57a1a
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
diff --git a/device.mk b/device.mk
index 6e6c6dd..0650888 100644
--- a/device.mk
+++ b/device.mk
@@ -17,9 +17,11 @@
 
 ifneq ($(wildcard $(TOP)/test/linaro/biglittle/sched_tests),)
 PRODUCT_PACKAGES := \
-        test_suite
+        run_sched_test
 endif
 
+$(call inherit-product-if-exists, test/linaro/biglittle/task-placement-tests/install-scripts.mk)
+
 PRODUCT_PACKAGES += audio.primary.vexpress
 
 $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk)