Internal change

PiperOrigin-RevId: 477704374
1 file changed
tree: dc03c1617b2256b574278303aff1fd6162de1b93
  1. .github/
  2. bazel/
  3. codelab/
  4. doc/
  5. domain_tests/
  6. e2e_tests/
  7. fuzztest/
  8. .bazelrc
  9. .clang-format
  10. CONTRIBUTING.md
  11. LICENSE
  12. README.md
  13. WORKSPACE
README.md

FuzzTest

FuzzTest is a new open-source C++ fuzz testing framework targeted for developers (instead of security researchers) that focuses on ease of use.

Quickstart with Bazel

To set up a development environment with Bazel and to get a simple fuzz test working, follow our Quickstart with Bazel tutorial.