parser.add_option("","--serial",dest="adb_serial",help="Android: directs command to the USB device or emulator with the given serial number",metavar="serial number",default="")
parser.add_option("","--package",dest="junit_package",help="Android: run jUnit tests for specified package",metavar="package",default="")
parser.add_option("","--help-tests",dest="help",help="Show help for test executable",action="store_true",default=False)
parser.add_option("","--check",dest="check",help="Shortcut for '--perf_min_samples=1 --perf_force_samples=1'",action="store_true",default=False)