BUILD_file_generator icon indicating copy to clipboard operation
BUILD_file_generator copied to clipboard

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

Open cgrushko opened this issue 7 years ago • 3 comments

cgrushko avatar Sep 22 '17 01:09 cgrushko

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

petroseskinder avatar Sep 22 '17 20:09 petroseskinder

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).

cgrushko avatar Sep 22 '17 20:09 cgrushko

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.

petroseskinder avatar Sep 22 '17 20:09 petroseskinder