Siva Velusamy | 0d857b9 | 2015-04-22 10:23:56 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | # Runs the tests in this apk | ||||
3 | adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk | ||||
4 | adb shell am instrument -w com.android.test.hierarchyviewer/android.test.InstrumentationTestRunner |