commit | bace857dbba8db9bcad837e9c87b31b92e37e9fe | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 17:01:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 17:01:38 2016 +0000 |
tree | 8397c78dbf0b320de094150e7665e8cf436d7107 | |
parent | dbde5cf1d5b76b6cee3f22e17b05881551ac8d8b [diff] | |
parent | 6fbed10fa510c11450b67b632f70c3309905ecbf [diff] |
Merge "edify: Move the testcases to gtest." am: 0bc2df1696 am: 6fbed10fa5 Change-Id: I1966d1fff2972fae1b4c9a1fe6fdbc07c34dcd65
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