mirror of https://github.com/google/oss-fuzz.git
Rename dictionary file to match conventions (#1612)
This commit is contained in:
parent
b2dd9ab7ed
commit
6ec00106a5
|
@ -19,5 +19,5 @@ MAINTAINER urvang@google.com
|
|||
RUN apt-get update && apt-get install -y cmake yasm wget
|
||||
RUN git clone https://aomedia.googlesource.com/aom
|
||||
RUN wget -q https://storage.googleapis.com/aom-test-data/fuzzer/dec_fuzzer_seed_corpus.zip
|
||||
COPY build.sh av1_dec_fuzzer.cc av1_dictionary $SRC/
|
||||
COPY build.sh av1_dec_fuzzer.cc av1_dec_fuzzer.dict $SRC/
|
||||
WORKDIR aom
|
||||
|
|
|
@ -64,5 +64,5 @@ for mode in "${fuzzer_modes[@]}"; do
|
|||
|
||||
# copy seed corpus.
|
||||
cp $SRC/dec_fuzzer_seed_corpus.zip $OUT/${fuzzer_name}_seed_corpus.zip
|
||||
cp $SRC/av1_dictionary $OUT/${fuzzer_name}.dict
|
||||
cp $SRC/av1_dec_fuzzer.dict $OUT/${fuzzer_name}.dict
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue