commit | 9b6b6d5c3b42636f641605ead2a224e4cc5dd472 | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Wed Jul 08 10:44:49 2020 -0400 |
committer | GitHub <noreply@github.com> | Wed Jul 08 10:44:49 2020 -0400 |
tree | cdf188e9fe333228b2b428d510f78bcc066cbcb2 | |
parent | d7d521f51091584f1a1b04ed7d16c5fa315dc13c [diff] |
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
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.