Lines Matching refs:help
211 help='As in the make command, it specifies the build '
215 help='X=Y make option, can be repeated.',
218 help='Run all KUnit tests through allyesconfig',
221 help='Path to Kconfig fragment that enables KUnit tests.'
227 help=('Specifies the architecture to run tests under. '
235 help=('Sets make\'s CROSS_COMPILE variable; it should '
247 help=('Takes a path to a path to a file containing '
253 help='As in the make command, "Specifies the number of '
259 help='maximum number of seconds to allow for all tests '
266 help='maximum number of seconds to allow for all tests '
274 help='Kernel command-line parameters. Maybe be repeated',
278 parser.add_argument('--raw_output', help='If set don\'t format output from kernel. '
283 help='Stores test results in a JSON, and either '
294 run_parser = subparser.add_parser('run', help='Runs KUnit tests.')
301 help='Ensures that .config contains all of '
305 build_parser = subparser.add_parser('build', help='Builds a kernel with KUnit tests')
309 exec_parser = subparser.add_parser('exec', help='Run a kernel with KUnit tests')
319 help='Parses KUnit results from a file, '
323 help='Specifies the file to read results from.',