summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/ext/test/http/BUILD
blob: d1818ca0e30371809222b3f9ce290e2502702c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_test(
    name = "curl_http_test",
    srcs = [
        "curl_http_test.cc",
    ],
    tags = ["test"],
    deps = [
        "//ext:headers",
        "//ext/src/http/client/curl:http_client_curl",
        "//sdk/src/trace",
        "@com_google_googletest//:gtest_main",
        "@curl",
    ],
)