aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2019-01-28 13:51:57 -0500
committerc-parsons <cparsons@google.com>2019-01-28 13:51:57 -0500
commit4b67f5ff384d1d2b0925299e0c1919d36b4ecaab (patch)
treec8a673618b57cbd23cd842e6360b098062073b0f /BUILD
parent97dc99e8a6f3cf216e8b4eb95b830ef43118cabb (diff)
downloadbazel-skylib-4b67f5ff384d1d2b0925299e0c1919d36b4ecaab.tar.gz
Add rules to the test_deps target. (#102)
* Add rules to the test_deps target. Likely needed for anyone doing integration tests using skylib. * Default public visibility and only tag things that are private.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index ad98f37..6630132 100644
--- a/BUILD
+++ b/BUILD
@@ -15,6 +15,7 @@ filegroup(
srcs = [
"BUILD",
"//lib:test_deps",
+ "//rules:test_deps",
"//toolchains/unittest:test_deps",
] + glob(["*.bzl"]),
)