Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
5 lines
218 B
Bash
5 lines
218 B
Bash
#!/usr/bin/env bash
|
|
# Runs the tests in this apk
|
|
adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
|
|
adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner
|