commit | 4011bb161a60fb04fb0d4c4c3e1090d43fcdd9e4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Nov 03 18:15:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 03 18:15:07 2016 +0000 |
tree | df496b1d676e1c2e265abbc5777ecba1eb3afddd | |
parent | 5696526ba4810e14a4a68d5951d37cae1e1028ec [diff] | |
parent | 4102b281324eca22cd4ef0922a79949ec6cf846e [diff] |
Merge "tests: Set up testdata path for continuous native tests."
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test