Lines Matching full:ninja
24 To build a fuzzer, run the desired ninja command for the fuzzer(s) you want to build:
28 $ ninja lldb-target-fuzzer
29 $ ninja lldb-commandinterpreter-fuzzer
30 $ ninja lldb-expression-fuzzer
42 If you want to run the fuzzers locally, you can run the binaries that were generated with ninja fro…
52 Another way to run the fuzzers is to use a ninja target that will both build the fuzzers and then r…
54 To run the custom ninja targets, run the command for your desired fuzzer:
58 $ ninja fuzz-lldb-target
59 $ ninja fuzz-lldb-commandinterpreter
60 $ ninja fuzz-lldb-expression
67 When running the fuzzers using the custom ninja targets shown above, the inputs will be stored in `…