mirror of https://github.com/google/oss-fuzz.git
[mdbtools] Move test files out of the checkout tree (#4955)
Per #4928, external files are overwritten by CIFuzz if they have been checked out into the main source tree.
This commit is contained in:
parent
a23f8971d6
commit
2de41299d8
|
@ -18,6 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && apt-get install -y make autoconf autoconf-archive automake gettext libtool pkg-config
|
||||
|
||||
RUN git clone --depth 1 --branch master https://github.com/mdbtools/mdbtools mdbtools
|
||||
RUN git clone --depth 1 https://github.com/mdbtools/mdbtestdata mdbtools/test
|
||||
RUN git clone --depth 1 https://github.com/mdbtools/mdbtestdata mdbtestdata
|
||||
WORKDIR mdbtools
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -22,7 +22,7 @@ make clean
|
|||
|
||||
make
|
||||
|
||||
zip $OUT/fuzz_mdb_seed_corpus.zip test/data/*.mdb test/data/*.accdb
|
||||
zip $OUT/fuzz_mdb_seed_corpus.zip ../mdbtestdata/data/*.mdb ../mdbtestdata/data/*.accdb
|
||||
|
||||
cd src/fuzz
|
||||
make fuzz_mdb
|
||||
|
|
Loading…
Reference in New Issue