mirror of https://github.com/google/oss-fuzz.git
ujson: ensure hypothesis fuzzer is copied in (#5277)
The current hypothesis example is not actually copied into the container. This PR fixes it so the fuzzer builds.
This commit is contained in:
parent
f5901265d1
commit
08448d8866
|
@ -25,4 +25,4 @@ RUN git clone \
|
|||
|
||||
WORKDIR ultrajson
|
||||
|
||||
COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py $SRC/
|
||||
COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py hypothesis_structured_fuzzer.py $SRC/
|
||||
|
|
Loading…
Reference in New Issue