aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-03-23 08:19:37 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-23 08:20:56 -0700
commit8e9f4a8591d65c7972aea3957c57601570e0a39b (patch)
treeb870c11503d4ec7d055e83e86090156be8ddc97b /WORKSPACE
parent23e1c5d8d267e5825552ce5b05ddfb8ae8972688 (diff)
Add dependency on googletest, so we can use gmock along with gtest.
third_party/gtest can go away after this. RELNOTES: None. PiperOrigin-RevId: 190221581
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE9
1 files changed, 9 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3108c989be..cdf502da2d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -141,6 +141,15 @@ http_archive(
sha256 = "62797e7cd7cc959419710cd25b075b5f5b247da0e8214d47bf5af9b32128fb0d",
)
+http_archive(
+ name = "com_google_googletest",
+ urls = [
+ "https://github.com/google/googletest/archive/dfa853b63d17c787914b663b50c2095a0c5b706e.tar.gz",
+ ],
+ strip_prefix = "googletest-dfa853b63d17c787914b663b50c2095a0c5b706e",
+ sha256 = "313a16fba8f0be8ee20ba9883e044556044cbd1ae6cea532473d163a843ef991",
+)
+
# For src/test/shell/bazel:bazel_sandboxing_test
http_file(
name = 'mount_path_toolchain',