aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-06-18 16:45:27 -0700
committerJisi Liu <jisi.liu@gmail.com>2015-06-18 16:45:27 -0700
commit7a0c431c8f2e5071c54f7f0fa37834138d9648de (patch)
tree17d82e89ce662f9750c44e02669fb6f2f584fa64 /WORKSPACE
parent5b3a8e76356ef2dcb4a87c3fa7323bdec01cf7ce (diff)
downloadprotobuf-7a0c431c8f2e5071c54f7f0fa37834138d9648de.tar.gz
protobuf-7a0c431c8f2e5071c54f7f0fa37834138d9648de.tar.bz2
protobuf-7a0c431c8f2e5071c54f7f0fa37834138d9648de.zip
Enable tests for bazel build.
Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE16
1 files changed, 16 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index e69de29b..f72f239a 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -0,0 +1,16 @@
+new_http_archive(
+ name = "gmock_archive",
+ url = "https://googlemock.googlecode.com/files/gmock-1.7.0.zip",
+ sha256 = "26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b",
+ build_file = "gmock.BUILD",
+)
+
+bind(
+ name = "gtest",
+ actual = "@gmock_archive//:gtest",
+)
+
+bind(
+ name = "gtest_main",
+ actual = "@gmock_archive//:gtest_main",
+)