commit | 9865c55254a1583e18a7e8ac502f2c2143ed8b82 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 05 18:44:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 05 18:44:55 2016 +0000 |
tree | 14661d097053a38509a5b6a9395a17509a7f02e3 | |
parent | 66b02c4ce5b175451e723c463e6e9d19ab7872fa [diff] | |
parent | 38b02cc6a097e6356f2369fc2b23c8c8a893e3ff [diff] |
Merge "Refactor existing tests to use gtest" am: 38b02cc6a0 * commit '38b02cc6a097e6356f2369fc2b23c8c8a893e3ff': Refactor existing tests to use 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