]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/api/test/baggage/BUILD
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / api / test / baggage / BUILD
1 load("//bazel:otel_cc_benchmark.bzl", "otel_cc_benchmark")
2
3 cc_test(
4 name = "baggage_test",
5 srcs = [
6 "baggage_test.cc",
7 ],
8 tags = [
9 "api",
10 "test",
11 ],
12 deps = [
13 "//api",
14 "@com_google_googletest//:gtest_main",
15 ],
16 )
17
18 otel_cc_benchmark(
19 name = "baggage_benchmark",
20 srcs = ["baggage_benchmark.cc"],
21 tags = [
22 "api",
23 "test",
24 ],
25 deps = ["//api"],
26 )