mirror of https://github.com/google/oss-fuzz.git
pest: added an additional grammar fuzzer target (#8849)
This commit is contained in:
parent
3682b65805
commit
248734bb2d
|
@ -21,3 +21,4 @@ cargo +nightly fuzz build
|
|||
cp $SRC/pest/meta/fuzz/target/x86_64-unknown-linux-gnu/release/parser $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/toml $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/json $OUT/
|
||||
cp $SRC/pest/grammars/fuzz/target/x86_64-unknown-linux-gnu/release/http $OUT/
|
||||
|
|
Loading…
Reference in New Issue