]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/core/tests/BUILD.bazel
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / core / tests / BUILD.bazel
CommitLineData
1e59de90
TL
1cc_test(
2 name = "unit",
3 srcs = glob([
4 "*.cc",
5 "*.h",
6 ]),
7 copts = ["-Iexternal/googletest/include"],
8 linkstatic = True,
9 deps = [
10 "//core",
11 "@com_google_googletest//:gtest_main",
12 ],
13)