[harfbuzz] Add a new place for looking for seeds (#1879)

Regarding https://github.com/harfbuzz/harfbuzz/pull/1258
This commit is contained in:
Ebrahim Byagowi 2018-10-17 01:40:21 +03:30 committed by Max Moroz
parent 8607c4705b
commit 274b597587
1 changed files with 1 additions and 1 deletions

View File

@ -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