]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Rename scripts/oss-fuzz.sh to tools/oss-fuzz.sh
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Mar 2018 14:40:37 +0000 (15:40 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Mar 2018 14:40:37 +0000 (15:40 +0100)
doc/HACKING
tools/oss-fuzz.sh [moved from scripts/oss-fuzz.sh with 100% similarity]

index 0682af27ba826b3be8c844eb7566755d704dcc6a..b9c53dc56b540c2f2df361f5d8d5f49217f75dc4 100644 (file)
@@ -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:
 
similarity index 100%
rename from scripts/oss-fuzz.sh
rename to tools/oss-fuzz.sh