Skip to content

Commit

Permalink
[Tests] Move the http_proxy_mapper_test.cc back (grpc#34268)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo authored Sep 7, 2023
1 parent c7a1336 commit 3824288
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 41 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions build_autogenerated.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions test/core/client_channel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ grpc_cc_test(
],
)

grpc_cc_test(
name = "http_proxy_mapper_test",
srcs = ["http_proxy_mapper_test.cc"],
external_deps = ["gtest"],
language = "C++",
uses_polling = False,
deps = [
"//:gpr",
"//:grpc",
"//src/core:channel_args",
"//test/core/util:grpc_test_util",
],
)

grpc_cc_test(
name = "retry_throttle_test",
srcs = ["retry_throttle_test.cc"],
Expand Down
37 changes: 0 additions & 37 deletions test/core/ext/filters/client_channel/BUILD

This file was deleted.

0 comments on commit 3824288

Please sign in to comment.