From 248734bb2d01ab9b0c2c0bf311e0649a71512e50 Mon Sep 17 00:00:00 2001 From: Tomas Tauber <2410580+tomtau@users.noreply.github.com> Date: Tue, 25 Oct 2022 22:54:10 +0800 Subject: [PATCH] pest: added an additional grammar fuzzer target (#8849) --- projects/pest/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/pest/build.sh b/projects/pest/build.sh index 6bf6bf0b4..06eceb290 100644 --- a/projects/pest/build.sh +++ b/projects/pest/build.sh @@ -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/