commit | 1f19e829301352a0de997a70f521bca2c4ea03a5 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 17:04:10 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 17:04:10 2016 +0000 |
tree | a72fc4667d6ca22a3e38aab6c445aa5dd03850d1 | |
parent | 209e5acf4a68faf4afcb19ddb6c20336a939e863 [diff] | |
parent | bace857dbba8db9bcad837e9c87b31b92e37e9fe [diff] |
Merge "edify: Move the testcases to gtest." am: 0bc2df1696 am: 6fbed10fa5 am: bace857dbb Change-Id: I181613c85d81366fb517ce4851256cb1a637af15
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