summaryrefslogtreecommitdiff
path: root/tools/bit/main.cpp
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-07-07 23:28:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-07 23:28:10 +0000
commit41d8ef907af21f0001c458fb235d40a77e357e0b (patch)
tree5664b381b49ab4de031438910f403484f8ae0fe4 /tools/bit/main.cpp
parentb10b75a1cf6a5f8582c7778e873c5157ea5d1c53 (diff)
parent164e7967b1f47586338805e2ebfdee02a5de85db (diff)
Merge "Bit: support running all tests in a java package."
Diffstat (limited to 'tools/bit/main.cpp')
-rw-r--r--tools/bit/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bit/main.cpp b/tools/bit/main.cpp
index 5fb84c8b8191..a7fbc2eb0206 100644
--- a/tools/bit/main.cpp
+++ b/tools/bit/main.cpp
@@ -342,6 +342,10 @@ print_usage(FILE* out) {
fprintf(out, " Builds and installs CtsProtoTestCases.apk, and runs the testWrite\n");
fprintf(out, " and testRepeated test methods on that class.\n");
fprintf(out, "\n");
+ fprintf(out, " bit CtsProtoTestCases:android.util.proto.cts.\n");
+ fprintf(out, " Builds and installs CtsProtoTestCases.apk, and runs the tests in the java package\n");
+ fprintf(out, " \"android.util.proto.cts\".\n");
+ fprintf(out, "\n");
fprintf(out, " Launching an Activity\n");
fprintf(out, " ---------------------\n");
fprintf(out, " To launch an activity, specify the activity class name after\n");