Lines Matching full:build
179 def build(self, f, **_): member in TestCase
237 # build command
508 def build(self, **args): member in TestSuite
509 # build test files
529 case.build(tfs[case.in_], **args)
666 # build tests in parallel
671 makefile, target = suite.build(**args)
733 # only requested to build?
734 if args.get('build'):
834 parser.add_argument('-b', '--build', action='store_true',
835 help="Only build the tests, do not execute.")
856 parser.add_argument('--build-dir',
857 help="Build relative to the specified directory instead of the \