• Yevgeny Pats's avatar
    Add Continuous Fuzzing Integration to Fuzzit (#3093) · c33fc9e3
    Yevgeny Pats authored
    This feature introduce continuous fuzzing with the following
    features:
    
    * Ruzzing: fuzz-targets are run continuously on master
    ( the fuzzers are updated every time new code is pushed to master)
    * Regresion: In addition to unit-tests travis runs all fuzz
    targets through the generated corpus to catch bugs early  on
    in the CI process before merge.
    c33fc9e3
Makefile.fuzz 1.36 KB