BUILD_file_generator
BUILD_file_generator copied to clipboard
When generating BUILD files, Put abstract test classes into java_library, not java_test
What abstract test classes are you referring to? There are no abstract classes in src/test/java/com/google/devtools/build/bfg
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).
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.