Skip to content

A java_test with multiple files should provide symbols to itself #20

@cgrushko

Description

@cgrushko

For example,
A depends on B, and both are in a java_test.
Currently, Jadep will not find a satisfying rule for B, even though the java_test provides B and there's no need for another dependency.

The same scenario works for java_library, and the reason is that java_test's are not considered because they're not rules a Java rule can deps on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions