aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-03-11 00:30:57 -0700
committerGravatar Yang Gao <yangg@google.com>2015-03-11 00:30:57 -0700
commit0cb6c25e711ea32b4f2be1126cf0270837e0bc5f (patch)
tree723a6abf6ead76cc789703c78a2460cd29db200f /build.json
parent0fd94409a0d5cb557b88d8c6038b57fa41d01b8b (diff)
A first test with typed async client and untyped service for a simple rpc
Diffstat (limited to 'build.json')
-rw-r--r--build.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/build.json b/build.json
index eeb0755f4b..9b217dc909 100644
--- a/build.json
+++ b/build.json
@@ -1647,6 +1647,22 @@
]
},
{
+ "name": "anonymous_end2end_test",
+ "build": "test",
+ "language": "c++",
+ "src": [
+ "test/cpp/end2end/anonymous_end2end_test.cc"
+ ],
+ "deps": [
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "async_end2end_test",
"build": "test",
"language": "c++",