bazel-contrib / rules_fuzzing

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

Scala support #243

Open asudhak opened 7 months ago

asudhak commented 7 months ago

Are there any plans for scala support for Jazzer + bazel with rules_fuzzing ? If not, are there any pointers to get this integration in ?

fmeum commented 7 months ago

Without any special support, you should be able to use java_fuzz_test with Scala dependencies as long as you can provide the Scala equivalent of the static fuzzerTestOneInput entry point. The instrumentation may not work as well though.