aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-03 12:34:31 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-03 12:34:31 -0700
commit9eee718e864d39615712950c011cdbbf840a7d5e (patch)
treebf1b78ec39fc2a2c0440bd1f92b02516b2f0c571 /tools/run_tests
parent21993e0ea5a4c712bf176e360ea19dc2fda41e16 (diff)
parentda0ec8222e89f4d72e57a63b919cbfbc7a6de2d5 (diff)
Merge branch 'fake_resolver' into service_config
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json3
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 54cfef6f7b..18d27220cc 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -6887,6 +6887,7 @@
],
"headers": [
"test/core/end2end/cq_verifier.h",
+ "test/core/end2end/fake_resolver.h",
"test/core/end2end/fixtures/http_proxy.h",
"test/core/end2end/fixtures/proxy.h",
"test/core/iomgr/endpoint_tests.h",
@@ -6905,6 +6906,8 @@
"src": [
"test/core/end2end/cq_verifier.c",
"test/core/end2end/cq_verifier.h",
+ "test/core/end2end/fake_resolver.c",
+ "test/core/end2end/fake_resolver.h",
"test/core/end2end/fixtures/http_proxy.c",
"test/core/end2end/fixtures/http_proxy.h",
"test/core/end2end/fixtures/proxy.c",