Home | History | Annotate | Download | only in fuzz

Lines Matching defs:build

142         help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS)))
219 For regression testing just build.
377 help='Fuzz target(s) to build {{{}}}'.format(', '.join(ALL_TARGETS))
394 def build(args):
496 # Clean and build
519 The fuzzer should have been build with LIB_FUZZING_ENGINE pointing to
545 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
619 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
720 help='Fuzz target(s) to build {{{}}}'.format(', '.join(TARGETS)))
811 Runs a libfuzzer fuzzer with -merge=1 to build a minimal corpus in
889 if command == "build":
890 return build(args)