Improve unit test build script

Make the build_and_run_all_unit_tests script push individual tests
instead of doing a full sync, makes it easier to run unit tests
against release builds.

Merge of https://widevine-internal-review.googlesource.com/#/c/8405/
from the widevine cdm repo.

Change-Id: I8efda77be9ab863f616fab88c4782b7c9edb8858
This commit is contained in:
Jeff Tinker
2013-12-11 10:29:12 -08:00
parent 68e1e7c578
commit 38cc7122fd
2 changed files with 17 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ if [ -z "$ANDROID_BUILD_TOP" ]; then
fi
echo "waiting for device"
adb root && adb wait-for-device remount && adb sync
adb root && adb wait-for-device remount
adb shell /system/bin/oemcrypto_test
adb shell /system/bin/request_license_test