summaryrefslogtreecommitdiffhomepage
path: root/test/util
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2019-09-06 11:27:44 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-06 11:29:00 -0700
commit98f7fbb59fc5aca00f47a8145ce1227550869cb8 (patch)
tree7a93c6ad1282ce4a0a390f65ed6b9089153d37e6 /test/util
parent0bfffbcb0163cc7ebb0cbf47fa91247d208502be (diff)
Load C++ rules from @rules_cc
See https://github.com/bazelbuild/bazel/issues/8743. This will be required in Bazel 1.0. Protobuf was updated in https://github.com/protocolbuffers/protobuf/commit/bf0c69e1302fe9568fbe310cc54b37d20a9d16a3#diff-96239ee297e0a92ac6ff96a6bc434ef0. GoogleTest was updated in https://github.com/google/googletest/commit/6fd262ecf787d0dc2a91696fd4bf1d3ee1ebfa14. gflags has not yet been updated, so the repo still won't build with --incompatible_load_cc_rules_from_bzl. Tested with buildifier -warnings=native-cc -lint=warn **/BUILD. PiperOrigin-RevId: 267638515
Diffstat (limited to 'test/util')
-rw-r--r--test/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/util/BUILD b/test/util/BUILD
index 8afd89d8d..64daa0597 100644
--- a/test/util/BUILD
+++ b/test/util/BUILD
@@ -1,3 +1,4 @@
+load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
load("//test/syscalls:build_defs.bzl", "select_for_linux")
package(