-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE
More file actions
19 lines (16 loc) · 733 Bytes
/
Copy pathWORKSPACE
File metadata and controls
19 lines (16 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
workspace(name = "ofats_variant")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "catch2",
sha256 = "ff0857d50f75719c1ea309f8690f448d26fe5ed209c6f84020bd6a808a0eac7a",
strip_prefix = "Catch2-b9853b4b356b83bb580c746c3a1f11101f9af54f",
# v3.0.0-preview3
url = "https://github.com/catchorg/catch2/archive/b9853b4b356b83bb580c746c3a1f11101f9af54f.zip",
)
http_archive(
name = "google_benchmark",
sha256 = "1c52c15b77e84f3d1764e7c4278e0bb93250e62fc35b6211ec708083151c958f",
strip_prefix = "benchmark-2d054b683f293dbee21f8fe8820d967360e6af83",
# v1.5.6
url = "https://github.com/google/benchmark/archive/2d054b683f293dbee21f8fe8820d967360e6af83.zip",
)