commit | 432918603f57de5a3acc6da9ff613d21c857d9fd | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Wed Feb 03 17:02:09 2016 -0800 |
committer | Jed Estep <jestep@google.com> | Thu Feb 04 10:11:30 2016 -0800 |
tree | 81b38e759f390892520e0d9fed168f26c21a2645 | |
parent | e3434279c84846cfa49935638faef26ceb753b5e [diff] |
Refactor existing tests to use gtest Bug: 26962907 Change-Id: I5f80636af1740badeff7d08193f08e23f4e4fee1
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