Initial version of cc_fuzz_run, which creates a script <name>_run (#34)

Initial version of fuzzing_launcher, which creates a script <name>_run

The <name>_run calls the launcher script to run the <name> executable

Signed-off-by: tengpeng <tengpeng.li2020@gmail.com>

	modified:   fuzzing/cc_deps.bzl
	new file:   fuzzing/common.bzl
2 files changed
tree: e8d03bd72eb45097da734e2151bbe5bc9c00b96b
  1. .github/
  2. docs/
  3. examples/
  4. fuzzing/
  5. .bazelrc
  6. BUILD
  7. CODEOWNERS
  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.