commit | c61eac0cea54615c10ed44e897306ab73f1d8205 | [log] [tgz] |
---|---|---|
author | Tengpeng <66138273+tengpengli@users.noreply.github.com> | Fri Jul 17 16:41:00 2020 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 17 16:41:00 2020 -0400 |
tree | 862e39caae4dd10ab0f97ad6a789d39f8d15d8cd | |
parent | ae53f23c9222d2f62b467ecb32c87727941a1260 [diff] |
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
This repository contains Bazel Starlark extensions for defining fuzz tests in Bazel projects.
This is not an officially supported Google product.