parser.add_argument('--test-all',dest='test_all',action='store_true',default=False,help='run all testcases in cwd')
parser.add_argument('--num-threads',dest='num_threads',action='store',default="4",help='number of testcase threads')
parser.add_argument('--report-notes',dest='report_notes',action='store_true',default=False,help='report notes (e.g. diff from other engines) for successful tests')