Commit Graph

2 Commits

Author SHA1 Message Date
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Oliver Chang 9caeaaca37 zlib fuzzer
contributed by inferno@chromium.org
2016-09-02 08:56:53 -07:00