github.com/benhoyt/goawk@v1.8.1/fuzz/README.txt (about)

     1  To run the fuzzer, first:
     2  
     3      $ go get github.com/dvyukov/go-fuzz
     4  
     5  Then build the fuzzer zip file:
     6  
     7      $ go-fuzz-build github.com/benhoyt/goawk/fuzz/interp
     8  
     9  And finally run the fuzzer (with 6 parallel processes in this example):
    10  
    11      $ go-fuzz -bin=fuzz-fuzz.zip -workdir=fuzz/interp/workdir -procs=6