blob: f72f239a066e008a17590727da75071078cbf6ae [file] [log] [blame]
Jisi Liu7a0c4312015-06-18 16:45:27 -07001new_http_archive(
2 name = "gmock_archive",
3 url = "https://googlemock.googlecode.com/files/gmock-1.7.0.zip",
4 sha256 = "26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b",
5 build_file = "gmock.BUILD",
6)
7
8bind(
9 name = "gtest",
10 actual = "@gmock_archive//:gtest",
11)
12
13bind(
14 name = "gtest_main",
15 actual = "@gmock_archive//:gtest_main",
16)