commit | 254c4bfbd42d2c78dd1c26119affc5813e6d4fa2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 17:06:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 04 17:06:09 2016 +0000 |
tree | d44fa9da1aea4aafb4d544d66426426539371e3e | |
parent | 0a33c02df42639269f346be0ee3dc59af095a0e3 [diff] | |
parent | 1f19e829301352a0de997a70f521bca2c4ea03a5 [diff] |
Merge "edify: Move the testcases to gtest." am: 0bc2df1696 am: 6fbed10fa5 am: bace857dbb am: 1f19e82930 Change-Id: Iced6882f71a74d3e65045f8ced73edb58493555d
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