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", ], )