aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/BUILD
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2015-09-15 13:26:11 +0000
committerGravatar John Field <jfield@google.com>2015-09-15 20:27:35 +0000
commit5d737d642623749c8672916548b7c7c85b2ca9e6 (patch)
tree86b558e9ef7aabf498828ec91fb985fbd1687692 /src/test/cpp/BUILD
parentee56459bc541eee81ffb2f7a6b5a9ff20cd4b279 (diff)
Some minor updates to the BUILD files.
-- MOS_MIGRATED_REVID=103087492
Diffstat (limited to 'src/test/cpp/BUILD')
-rw-r--r--src/test/cpp/BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/test/cpp/BUILD b/src/test/cpp/BUILD
index 594dcfb2f8..892d73b99c 100644
--- a/src/test/cpp/BUILD
+++ b/src/test/cpp/BUILD
@@ -1,5 +1,6 @@
# Description:
# C++ utility tests for Bazel
+package(default_visibility = ["//visibility:public"])
cc_test(
name = "blaze_util_test",
@@ -11,6 +12,4 @@ cc_test(
],
)
-test_suite(
- name = "all_tests",
-)
+test_suite(name = "all_tests")