Commit graph

2 commits

Author SHA1 Message Date
Jonathan Foote
32df4b2a0e tests-fuzz: remove _libfuzzer from fuzz binaries 2018-01-03 11:21:41 +01:00
Jonathan Foote
607292874c Initial integration with google/oss-fuzz
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
2017-12-24 09:27:41 -05:00