[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:
Evan Miller 2021-01-12 16:45:52 -05:00 committed by GitHub
parent a23f8971d6
commit 2de41299d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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