mirror of https://github.com/google/oss-fuzz.git
db8467bf30
Coverage builds need to be special cased since they aren't specified in sanitizers. Instead they are done for all C/C++ projects that use libFuzzer. Move all of this special casing to `should_build_coverage` and call that from `should_build` so we have one place where we decide this. Add tests as well. Fixes: https://github.com/google/oss-fuzz/issues/4371 |
||
---|---|---|
.. | ||
build.py | ||
build_test.py | ||
requirements.txt |