diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2017-07-07 23:28:10 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-07-07 23:28:10 +0000 |
commit | 41d8ef907af21f0001c458fb235d40a77e357e0b (patch) | |
tree | 5664b381b49ab4de031438910f403484f8ae0fe4 /tools/bit/main.cpp | |
parent | b10b75a1cf6a5f8582c7778e873c5157ea5d1c53 (diff) | |
parent | 164e7967b1f47586338805e2ebfdee02a5de85db (diff) |
Merge "Bit: support running all tests in a java package."
Diffstat (limited to 'tools/bit/main.cpp')
-rw-r--r-- | tools/bit/main.cpp | 4 |
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"); |