Internal change

PiperOrigin-RevId: 477718989
1 file changed
tree: 9fa396e1456c43762482e0b8dadf264928452407
  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.