• Jonathan Foote's avatar
    Initial integration with google/oss-fuzz · 60729287
    Jonathan Foote authored
    Implements initial support for continuous fuzzing with [google/oss-fuzz](http://github.com/google/oss-fuzz). Changes:
    
    - Removes `--with-santize-coverage` config flag: the clang6 `-fsanitize=fuzzer-no-link` replaces this
    - Adds `--with-oss-fuzz` config flag: links `-lFuzzingEngine` into fuzz targets
    - Adds logic to `make check` that runs the fuzz targets with a single seed input to ensure they exit successfully
    60729287