commit | 6fbed10fa510c11450b67b632f70c3309905ecbf | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 16:59:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 16:59:38 2016 +0000 |
tree | e69e90d4386778d6c6ef811f8f93820a5484dd38 | |
parent | 5269808bb03ba9efdd0bda706472b03ad7ccb061 [diff] | |
parent | 0bc2df16963f7a79417678d1f2cf59fd6b513b1d [diff] |
Merge "edify: Move the testcases to gtest." am: 0bc2df1696 Change-Id: I6c61d04cb7d2b47ef903d838ead453f51eb91ea7
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