commit | 38b02cc6a097e6356f2369fc2b23c8c8a893e3ff | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Feb 05 18:41:01 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 05 18:41:01 2016 +0000 |
tree | 3ff2eeea4cddeff07bb1131005045ed3feb6eaf8 | |
parent | e50d447692764cdb18107965c3ff3476d63b68ec [diff] | |
parent | 432918603f57de5a3acc6da9ff613d21c857d9fd [diff] |
Merge "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