diff options
author | Gennadiy Civil <misterg@google.com> | 2019-08-19 18:20:02 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-08-19 18:20:03 (GMT) |
commit | 30e58a89a42b8bf98619ac16da2c515d042ca8ff (patch) | |
tree | 42f965a68eeb1345630c991c6882b3539aeda5d2 /googletest/test | |
parent | fcffabb5beb84bbc2a6050f7cf8dda16844d22d3 (diff) | |
parent | 800c9b30168f2167776d729759bf90122c987e35 (diff) | |
download | googletest-30e58a89a42b8bf98619ac16da2c515d042ca8ff.zip googletest-30e58a89a42b8bf98619ac16da2c515d042ca8ff.tar.gz googletest-30e58a89a42b8bf98619ac16da2c515d042ca8ff.tar.bz2 |
Merge pull request #2381 from Yannic:fix_bazel
PiperOrigin-RevId: 264186624
Diffstat (limited to 'googletest/test')
-rw-r--r-- | googletest/test/BUILD.bazel | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/googletest/test/BUILD.bazel b/googletest/test/BUILD.bazel index 45dff30..156d5d4 100644 --- a/googletest/test/BUILD.bazel +++ b/googletest/test/BUILD.bazel @@ -32,6 +32,9 @@ # # Bazel BUILD for The Google C++ Testing Framework (Google Test) +load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_test") +load("@rules_python//python:defs.bzl", "py_library", "py_test") + licenses(["notice"]) #on windows exclude gtest-tuple.h |