9 lines
383 B
Python
9 lines
383 B
Python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
|
|
|
|
http_archive(
|
|
name = "com_google_googletest",
|
|
sha256 = "983a7f2f4cc2a4d75d94ee06300c46a657291fba965e355d11ab3b6965a7b0e5",
|
|
strip_prefix = "googletest-b796f7d44681514f58a683a3a71ff17c94edb0c1",
|
|
urls = ["https://github.com/google/googletest/archive/b796f7d44681514f58a683a3a71ff17c94edb0c1.zip"],
|
|
)
|