bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
376 stars 179 forks source link

Make only root test_deps externally visible #508

Closed tetromino closed 2 weeks ago

tetromino commented 2 months ago

All other test_deps targets implicitly require the root BUILD file for the license target for their default_applicable_licenses; therefore, users should only depend on the root test_deps target.