mirror of https://github.com/google/oss-fuzz.git
Fix cifuzz-example (#4272)
This commit is contained in:
parent
571dbfb39f
commit
95ffdaa04e
|
@ -20,7 +20,7 @@ make -j$(nproc) all # Build the fuzz targets.
|
|||
# make -j$(nproc) check # Sanity check, not strictly required, but nice to have.
|
||||
|
||||
# Copy the fuzzer executables, zip-ed corpora, option and dictionary files to $OUT
|
||||
find . -name '*_fuzzer2' -exec cp -v '{}' $OUT ';'
|
||||
find . -name '*_fuzzer' -exec cp -v '{}' $OUT ';'
|
||||
find . -name '*_fuzzer.dict' -exec cp -v '{}' $OUT ';' # If you have dictionaries.
|
||||
find . -name '*_fuzzer.options' -exec cp -v '{}' $OUT ';' # If you have custom options.
|
||||
find . -name '*_fuzzer_seed_corpus.zip' -exec cp -v '{}' $OUT ';' # If you have seed corpora (you better have them!)
|
||||
|
|
Loading…
Reference in New Issue