We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The latest seems to be fuzztest: https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md https://github.com/google/fuzztest/blob/main/doc/use-cases.md
I'd suggest adding fuzz tests for all the "native" file formats, e.g:
Obvious many of the other formats should also get fuzz testing, but that's a good start.
The text was updated successfully, but these errors were encountered:
Here's an example of loading files from a corpus: https://github.com/google/fuzztest/blob/main/doc/fuzz-test-macro.md#loading-seed-inputs-from-a-directory
It looks like this requires separate directories for each file type.
Sorry, something went wrong.
No branches or pull requests
The latest seems to be fuzztest:
https://github.com/google/fuzztest/blob/main/doc/quickstart-cmake.md
https://github.com/google/fuzztest/blob/main/doc/use-cases.md
I'd suggest adding fuzz tests for all the "native" file formats, e.g:
Obvious many of the other formats should also get fuzz testing, but that's a good start.
The text was updated successfully, but these errors were encountered: