Lines Matching defs:compile
3 # Script to compile and runs tests.
233 def compile(test_paths, **args):
279 # we can only compile one test suite at a time
604 pattern = re.compile(
634 pattern = re.compile(
678 pattern = re.compile(
709 pattern = re.compile('^(?P<define>\w+)=(?P<value>.+)')
784 pattern = re.compile('^(?:'
1224 if args.get('compile'):
1225 return compile(**args)
1459 help="Description of *.toml files to compile. May be a directory "
1462 '-c', '--compile',
1467 help="Source file to compile, possibly injecting internal tests.")