github.com/tiagovtristao/plz@v13.4.0+incompatible/src/parse/asp/fuzz/README.md (about) 1 Fuzz testing for asp 2 -------------------- 3 4 This uses https://github.com/dvyukov/go-fuzz to fuzz test the 5 BUILD file lexer / parser / interpreter. We build an initial corpus 6 from the BUILD files in this repo to give it somewhere to start from. 7 8 Run fuzz.sh from the repo root to make it go.