diff options
author | yang-g <yangg@google.com> | 2016-01-14 13:11:15 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-01-14 13:11:15 -0800 |
commit | be5a2c4f04f55177b1dee369977d86d1befb9d57 (patch) | |
tree | 5e1ee57751efe256637e694cea838bc0d12b538c /tools/run_tests/sources_and_headers.json | |
parent | 25f191d49bd12addce28e11386c242dfde74b4fe (diff) |
working test
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 612b830e80..4e336ee84d 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -1608,6 +1608,22 @@ "gpr_test_util", "grpc", "grpc++", + "grpc++_test_util", + "grpc_test_util" + ], + "headers": [], + "language": "c++", + "name": "hybrid_end2end_test", + "src": [ + "test/cpp/end2end/hybrid_end2end_test.cc" + ] + }, + { + "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc++", "grpc++_test_config", "grpc++_test_util", "grpc_test_util", |