Lines Matching refs:help
71 def __init__(self, option_type, name, help, argument
77 self.help = help
98 def __init__(self, name, environment_variable_name, help, argument
103 help,
115 def __init__(self, name, help, argument
120 help,
130 def __init__(self, name, help, argument
134 help,
187 help='Run tests matching all of the (regexp) filters.')
195 help = option.help
197 help += ' Supported values: {' + ','.join(option.val_test_choices) + '}'
202 help=help,
207 help='''Skip the lint tests, and run only with
217 help='''Runs the tests using N jobs. If the option is set but no value is
220 help='Do not run benchmarks.')
222 help='Do not run the linter.')
224 help='Do not run tests.')
229 help='Explicitly enable or disable the simulator.')
232 help='''Run the test-runner commands under Valgrind.