bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Allow passing deploy_manifest_lines to java_fuzz_test #184

Closed fmeum closed 2 years ago

fmeum commented 2 years ago

Some of Jazzer's extra features use manifest entries and this makes it possible to use them with rules_fuzzing.

Since I am manipulating a new kwarg here I decided to generalize and cherr-pick https://github.com/bazelbuild/rules_fuzzing/pull/181/commits/967af935438e3ab0bde260d9e417607ba60837e2.