Lines Matching full:run
16 - domain name, can be used to run only specific tests via command-line;
19 - commands to be run on each job (only build, build and test, or any other custom);
40 job generation code will be run. Currently only used for hashes.
192 '''Run the job's build and test commands.
195 run all the commands, except that if the first command fails, none of the
196 other commands are run (typically, the first command is a build command
197 and subsequent commands are tests that cannot run if the build failed).'''
318 Establish a list of configuration symbols. For each symbol, run a test job
344 Establish a list of configuration symbols. For each symbol, run a test job
404 # Cipher IDs, chaining modes and padding modes. Run the test suites.
411 # Elliptic curves. Run the test suites.
446 def run(options, job, conf, colors=NO_COLORS): function
447 """Run the specified job (a Job instance)."""
459 """Run the desired jobs.
462 Run the jobs listed in options.tasks."""
474 success = run(options, job, conf, colors=colors)
530 help='Command to run instead of make (e.g. gmake)',