tree: a19aa489f31b998cdbc2dda01a0fe35bcc70b67f
  1. module_a/
  2. module_b/
  3. module_c/
  4. README.md
test/integration/bzlmod_repo_mapping/README.md

Bzlmod allow modules to rename their dependencies and use the aliased names in runfiles lookups. This test defines the following dependency tree: A -> B -> C. The test if whether a binary built in A that calls code in B that has an rlocation! call to lookup a runfile from C is able to correctly use B's repo_mapping. This is accomplished by having B use a custom repo_name for C.