Create fuzz test examples (#19)

Add licensing information on source files; define a plain cc_fuzz_test() Starlark macro. Set up an examples/ directory with fuzz targets; create bazelrc file with a libFuzzer+ASAN configuration. Use clang for all build, delete dummy_test.cc and hello_world.cc
15 files changed
tree: cdf188e9fe333228b2b428d510f78bcc066cbcb2
  1. .github/
  2. docs/
  3. examples/
  4. .bazelrc
  5. BUILD
  6. CODEOWNERS
  7. fuzz_test.bzl
  8. LICENSE
  9. README.md
  10. WORKSPACE
README.md

Bazel Rules for Fuzz Tests

This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.

This is not an officially supported Google product.