aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/sources_and_headers.json
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2015-08-05 12:01:12 -0700
committerGravatar Vijay Pai <vpai@google.com>2015-08-05 12:01:12 -0700
commit4e407ba343fb96b780ebcd4f5540260bfcea079a (patch)
tree1fc0e9ae52e4f96147f5cecbd6aa4bafbf104946 /tools/run_tests/sources_and_headers.json
parentd2e9cb3b92623c059112668517593d096f28333f (diff)
parent62ff690e4894d56470886f14f94f8b06a5fb8cff (diff)
Merge pull request #2656 from yang-g/reconnect_branch_based_on_jitter
Connection backoff interop test client and server
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r--tools/run_tests/sources_and_headers.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index eb92e692df..f43306dcfc 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -1513,6 +1513,55 @@
{
"deps": [
"gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc++",
+ "grpc++_test_config",
+ "grpc++_test_util",
+ "grpc_test_util"
+ ],
+ "headers": [
+ "test/proto/empty.grpc.pb.h",
+ "test/proto/empty.pb.h",
+ "test/proto/messages.grpc.pb.h",
+ "test/proto/messages.pb.h",
+ "test/proto/test.grpc.pb.h",
+ "test/proto/test.pb.h"
+ ],
+ "language": "c++",
+ "name": "reconnect_interop_client",
+ "src": [
+ "test/cpp/interop/reconnect_interop_client.cc"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc++",
+ "grpc++_test_config",
+ "grpc++_test_util",
+ "grpc_test_util",
+ "reconnect_server"
+ ],
+ "headers": [
+ "test/proto/empty.grpc.pb.h",
+ "test/proto/empty.pb.h",
+ "test/proto/messages.grpc.pb.h",
+ "test/proto/messages.pb.h",
+ "test/proto/test.grpc.pb.h",
+ "test/proto/test.pb.h"
+ ],
+ "language": "c++",
+ "name": "reconnect_interop_server",
+ "src": [
+ "test/cpp/interop/reconnect_interop_server.cc"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
"grpc",
"grpc++"
],
@@ -11704,6 +11753,23 @@
{
"deps": [
"gpr",
+ "gpr_test_util",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [
+ "test/core/util/reconnect_server.h"
+ ],
+ "language": "c",
+ "name": "reconnect_server",
+ "src": [
+ "test/core/util/reconnect_server.c",
+ "test/core/util/reconnect_server.h"
+ ]
+ },
+ {
+ "deps": [
+ "gpr",
"grpc"
],
"headers": [