bazelbuild / rules_fuzzing

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

Pass args from lanuchers to the fuzzers. #171

Closed xinhaoyuan closed 2 years ago

xinhaoyuan commented 2 years ago

Do not add "--" when passing args into the engine launcher since other options are passed using environment variables; In engine launchers, append the args to the fuzzer command.