Home | History | Annotate | Download | only in tools

Lines Matching refs:help

72   def __init__(self, option_type, name, help,
78 self.help = help
100 def __init__(self, name, environment_variable_name, help,
105 help,
117 def __init__(self, name, help,
122 help,
133 def __init__(self, name, help,
137 help,
200 help='Run tests matching all of the (regexp) filters.')
208 help = option.help
210 help += ' Supported values: {' + ','.join(option.val_test_choices) + '}'
215 help=help,
220 help='''Skip the lint and clang-format tests,
225 help='''Don't actually build or run anything,
232 help='''Runs the tests using N jobs. If the option is set but no value is
235 help='Do not run benchmarks.')
237 help='Do not run the linter.')
239 help='Do not run clang-format.')
241 help='Do not run tests.')
243 help='Exit as soon as a test fails.')
248 help='Explicitly enable or disable the simulator.')
251 help='''Run the test-runner commands under Valgrind.