diff --git a/test-runner/src/android/test/InstrumentationTestRunner.java b/test-runner/src/android/test/InstrumentationTestRunner.java index ee6b89c20f768..63d50c725bc53 100644 --- a/test-runner/src/android/test/InstrumentationTestRunner.java +++ b/test-runner/src/android/test/InstrumentationTestRunner.java @@ -121,6 +121,10 @@ import junit.textui.ResultPrinter; * -e class com.android.foo.FooTest,com.android.foo.TooTest * com.android.foo/android.test.InstrumentationTestRunner *
+ * Running all tests in a java package: adb shell am instrument -w + * -e package com.android.foo.subpkg + * com.android.foo/android.test.InstrumentationTestRunner + * * Including performance tests: adb shell am instrument -w * -e perf true * com.android.foo/android.test.InstrumentationTestRunner