diff options
author | Mark D. Roth <roth@google.com> | 2016-07-27 07:48:39 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-07-27 07:48:39 -0700 |
commit | 3cfc5a7b1d8c428d50c9be537b47ad543bff3a40 (patch) | |
tree | 5db09146897333cd38930a841d68d2336deabb5c /tools | |
parent | 1212d3f453eda0bf04178b9f9f78440ab5cff42d (diff) |
Made significant progress on the test, but not working yet.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index d09aa418d7..0bc1ab7815 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -6282,6 +6282,7 @@ ], "headers": [ "test/core/end2end/cq_verifier.h", + "test/core/end2end/fixtures/http_proxy.h", "test/core/end2end/fixtures/proxy.h", "test/core/iomgr/endpoint_tests.h", "test/core/util/grpc_profiler.h", @@ -6298,6 +6299,8 @@ "src": [ "test/core/end2end/cq_verifier.c", "test/core/end2end/cq_verifier.h", + "test/core/end2end/fixtures/http_proxy.c", + "test/core/end2end/fixtures/http_proxy.h", "test/core/end2end/fixtures/proxy.c", "test/core/end2end/fixtures/proxy.h", "test/core/iomgr/endpoint_tests.c", |