aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun-device-tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/run-device-tests.sh b/run-device-tests.sh
new file mode 100755
index 00000000..5155a4af
--- /dev/null
+++ b/run-device-tests.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+source $ANDROID_BUILD_TOP/build/envsetup.sh
+cd $(dirname $0) && mm -j && \
+ exec $ANDROID_HOST_OUT/testcases/adb_integration_test_device/$(arch)/adb_integration_test_device "$@"