From 5e165c3e0f0c7bdc3f0a78afd075f889e2e93f13 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 28 Mar 2024 18:51:13 -0700 Subject: run-device-tests.sh: quicker alternative to atest. Test: ./run-device-tests.sh -vv Change-Id: Idc7fe272d8fcb7d4b42f0c772e7e1506996e9ff5 --- run-device-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run-device-tests.sh 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 "$@" -- cgit v1.2.3