From 8e9f4a8591d65c7972aea3957c57601570e0a39b Mon Sep 17 00:00:00 2001 From: ccalvarin Date: Fri, 23 Mar 2018 08:19:37 -0700 Subject: 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 --- WORKSPACE | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'WORKSPACE') 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', -- cgit v1.2.3