mirror of https://github.com/google/oss-fuzz.git
Test handling of untracked files
This commit is contained in:
parent
37f213eb44
commit
b96b60c7a8
|
@ -19,4 +19,5 @@ RUN apt-get update && apt-get install -y make
|
|||
|
||||
RUN git clone https://github.com/jonathanmetzman/cifuzz-example.git
|
||||
WORKDIR cifuzz-example
|
||||
RUN echo "hi" > untracked-file
|
||||
COPY build.sh $SRC/
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
echo $PWD
|
||||
ls .
|
||||
cat untracked-file # Ensure CIFuzz doesn't junk untracked files.
|
||||
make clean # Not strictly necessary, since we are building in a fresh dir.
|
||||
make -j$(nproc) all # Build the fuzz targets.
|
||||
# make -j$(nproc) check # Sanity check, not strictly required, but nice to have.
|
||||
|
|
Loading…
Reference in New Issue