summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/sdk/test/instrumentationlibrary/BUILD
blob: 38cc25300275a1e6c844cc198b2126e090f38c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load("//bazel:otel_cc_benchmark.bzl", "otel_cc_benchmark")

cc_test(
    name = "instrumentationlibrary_test",
    srcs = [
        "instrumentationlibrary_test.cc",
    ],
    tags = ["test"],
    deps = [
        "//api",
        "//sdk:headers",
        "@com_google_googletest//:gtest_main",
    ],
)