From: Zbigniew Jędrzejewski-Szmek Date: Mon, 12 Mar 2018 14:40:37 +0000 (+0100) Subject: Rename scripts/oss-fuzz.sh to tools/oss-fuzz.sh X-Git-Tag: v239~552^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9037a0e022767fdcc6b6a2d5f79b65788222f408;p=thirdparty%2Fsystemd.git Rename scripts/oss-fuzz.sh to tools/oss-fuzz.sh --- diff --git a/doc/HACKING b/doc/HACKING index 0682af27ba8..b9c53dc56b5 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -91,10 +91,10 @@ function and add it to the list in src/fuzz/meson.build. Whenever possible, a seed corpus and a dictionary should also be added with new fuzz targets. The dictionary should be named src/fuzz/fuzz-foo.dict and the seed corpus should be built and exported as $OUT/fuzz-foo_seed_corpus.zip in -scripts/oss-fuzz.sh. +tools/oss-fuzz.sh. The fuzzers can be built locally if you have libFuzzer installed by running -scripts/oss-fuzz.sh. You should also confirm that the fuzzer runs in the +tools/oss-fuzz.sh. You should also confirm that the fuzzer runs in the OSS-Fuzz environment by checking out the OSS-Fuzz repo, and then running commands like this: diff --git a/scripts/oss-fuzz.sh b/tools/oss-fuzz.sh similarity index 100% rename from scripts/oss-fuzz.sh rename to tools/oss-fuzz.sh