parser.add_option("","--android_test_data_path",dest="test_data_path",help="OPENCV_TEST_DATA_PATH for Android run",metavar="PATH",default="/sdcard/opencv_testdata/")
parser.add_option("","--android_test_data_path",dest="test_data_path",help="OPENCV_TEST_DATA_PATH for Android run",metavar="PATH",default="/sdcard/opencv_testdata/")
parser.add_option("","--configuration",dest="configuration",help="force Debug or Release donfiguration",metavar="CFG",default="")
parser.add_option("","--configuration",dest="configuration",help="force Debug or Release donfiguration",metavar="CFG",default="")
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("","--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("","--help-tests",dest="help",help="Show help for test executable",action="store_true",default=False)