Use **kwargs to forward attributes in cc_fuzz_test (#39)

Use **kwargs to forward attributes in cc_fuzz_test

Forward all attributes that cc_fuzz_test can't handle to cc_test by
using keyword arguments **kwargs.

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

	modified:   fuzzing/cc_deps.bzl
1 file changed
tree: 862e39caae4dd10ab0f97ad6a789d39f8d15d8cd
  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.