mirror of https://github.com/google/oss-fuzz.git
[harfbuzz] Add a new place for looking for seeds (#1879)
Regarding https://github.com/harfbuzz/harfbuzz/pull/1258
This commit is contained in:
parent
8607c4705b
commit
274b597587
|
@ -37,5 +37,5 @@ $CXX $CXXFLAGS -std=c++11 -Isrc \
|
|||
-lFuzzingEngine ./src/.libs/libharfbuzz-subset-fuzzing.a ./src/.libs/libharfbuzz-fuzzing.a
|
||||
|
||||
# Archive and copy to $OUT seed corpus if the build succeeded.
|
||||
zip -j -r $OUT/hb-shape-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/shaping/data/in-house/fonts $SRC/harfbuzz/test/shaping/data/text-rendering-tests/fonts $SRC/harfbuzz/test/api/fonts
|
||||
zip -j -r $OUT/hb-shape-fuzzer_seed_corpus.zip $SRC/harfbuzz/test/shaping/data/in-house/fonts $SRC/harfbuzz/test/shaping/data/text-rendering-tests/fonts $SRC/harfbuzz/test/api/fonts $SRC/harfbuzz/test/fuzzing/fonts
|
||||
cp $OUT/hb-shape-fuzzer_seed_corpus.zip $OUT/hb-subset-fuzzer_seed_corpus.zip
|
||||
|
|
Loading…
Reference in New Issue