commit | e284cd58c8724815cee73de65b1ddcc60cec6249 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 05 18:47:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 05 18:47:14 2016 +0000 |
tree | 65bc0e037a3f56f7480bcaad6caf4f4095cdc545 | |
parent | 6ab3c817ffb3a3f1f2893769776c8c5982a6ee6e [diff] | |
parent | 9865c55254a1583e18a7e8ac502f2c2143ed8b82 [diff] |
Merge "Refactor existing tests to use gtest" am: 38b02cc6a0 am: 9865c55254 * commit '9865c55254a1583e18a7e8ac502f2c2143ed8b82': 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