Skip to content

Bazel: Unresolved reference #4367

Discussion options

You must be logged in to vote

Hi @JishnuGoyal.

For tests that don't have a dedicated BUILD.bazel file in their immediate directory, you'll need to update their shared TEST_DEPS list located in the top-level BUILD.bazel file of their module (e.g. 'app'). For example, since all three of the tests you listed don't have their own test targets defined, new dependencies need to be added here:

TEST_DEPS = [
.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

BenHenning
May 28, 2022
Maintainer Sponsor

You must be logged in to vote
1 reply
@MohitGupta121
Comment options

Answer selected by JishnuGoyal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants