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