commit | 0bc2df16963f7a79417678d1f2cf59fd6b513b1d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 16:55:50 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 04 16:55:50 2016 +0000 |
tree | e69e90d4386778d6c6ef811f8f93820a5484dd38 | |
parent | 695ef7cacc128efc0b710cb25d39c72da2eaef36 [diff] | |
parent | d770d2e7afd8a909156447c2b79d8739228279d7 [diff] |
Merge "edify: Move the testcases to gtest."
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