parser.add_option("-t","--tests",dest="tests",help="comma-separated list of modules to test",metavar="SUITS",default="")
parser.add_option("-w","--cwd",dest="cwd",help="working directory for tests",metavar="PATH",default=".")
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="")