Searched refs:SEED_CORPUS (Results 1 – 1 of 1) sorted by relevance
69 SEED_CORPUS="${FUZZER}_seed_corpus.zip"71 if [ -f $SEED_CORPUS ] && [ -z ${SKIP_SEED_CORPUS:-} ]; then72 echo "Using seed corpus: $SEED_CORPUS"73 unzip -d ${CORPUS_DIR}/ $SEED_CORPUS > /dev/null