summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-02-05 19:44:55 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-02-05 19:44:55 +0100
commit9865c55254a1583e18a7e8ac502f2c2143ed8b82 (patch)
tree14661d097053a38509a5b6a9395a17509a7f02e3 /README.md
parentMerge "updater: fix memory leak based on static analysis." (diff)
parentMerge "Refactor existing tests to use gtest" (diff)
downloadandroid_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar.gz
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar.bz2
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar.lz
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar.xz
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.tar.zst
android_bootable_recovery-9865c55254a1583e18a7e8ac502f2c2143ed8b82.zip
Diffstat (limited to '')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index bab7e87cd..01fab9465 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,20 @@ Quick turn-around testing
# without flashing the recovery partition:
adb reboot bootloader
fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
+
+Running the tests
+-----------------
+ # 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