summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2017-01-19 20:20:36 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-19 20:20:36 +0100
commita38224eadb00ecb32fac0454b78f5a805259ebbf (patch)
tree8603c5d1df466bcec6dda5c88ad8cd3bc66cad6d /README.md
parentMerge "minui: Export minui/minui.h." (diff)
parentMerge "Add checkers and tests for empty locale in PNG file" (diff)
downloadandroid_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar.gz
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar.bz2
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar.lz
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar.xz
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.tar.zst
android_bootable_recovery-a38224eadb00ecb32fac0454b78f5a805259ebbf.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index dc3d44e6e..8e20b5a62 100644
--- a/README.md
+++ b/README.md
@@ -40,3 +40,10 @@ Running the manual tests
- Reboot the device immediately and run the test again. The test should save the
contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if
this file has expected contents.
+
+`ResourceTest` validates whether the png files are qualified as background text
+image under recovery.
+
+ 1. `adb sync data` to make sure the test-dir has the images to test.
+ 2. The test will automatically pickup and verify all `_text.png` files in
+ the test dir.