aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
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',