bazelbuild / BUILD_file_generator

Generate BUILD files for your Java files
Apache License 2.0
39 stars 19 forks source link

When generating BUILD files, Put abstract test classes into java_library, not java_test #4

Open cgrushko opened 6 years ago

petroseskinder commented 6 years ago

What abstract test classes are you referring to? There are no abstract classes in src/test/java/com/google/devtools/build/bfg

cgrushko commented 6 years ago

I refer to abstract classes in projects that BFG is invoked on, such as JavaRx (which I'm playing with to uncover bugs in BFG).

petroseskinder commented 6 years ago

Ohh. Can you clarify that within the description of the issue?

Because my previous interpretation was that you were referring to source files and rules within the BUILD_file_generator project.