Lines Matching defs:test
14 Then, test domains (groups of jobs, tests) are built based on predefined data
19 - commands to be run on each job (only build, build and test, or any other custom);
43 error reporting and coloring as configured in options. Each test starts with
191 def test(self, options):
192 '''Run the job's build and test commands.
267 # If an option is tested in an exclusive test, alter the following defines.
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
386 """Gather data about the library and establish a list of domains to test."""
388 build_and_test = [build_command, [options.make_command, 'test']]
404 # Cipher IDs, chaining modes and padding modes. Run the test suites.
411 # Elliptic curves. Run the test suites.
416 # As a consequence an "exclusive" test of anything other than SHA256
454 success = job.test(options)
533 help='Unset MBEDTLS_USE_PSA_CRYPTO before any test',
536 help='The domain(s) or job(s) to test (default: all).',