aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
Diffstat (limited to 'build.json')
-rw-r--r--build.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/build.json b/build.json
index 385e2c9675..7f0162d512 100644
--- a/build.json
+++ b/build.json
@@ -1341,6 +1341,7 @@
"test/cpp/end2end/sync_client_async_server_test.cc"
],
"deps": [
+ "grpc++_test_util",
"grpc_test_util",
"grpc++",
"grpc",
@@ -1353,9 +1354,7 @@
"build": "test",
"c++": true,
"src": [
- "test/cpp/interop/empty.proto",
- "test/cpp/interop/messages.proto",
- "test/cpp/interop/test.proto",
+ "test/cpp/qps/qpstest.proto",
"test/cpp/qps/client.cc"
],
"deps": [
@@ -1372,9 +1371,7 @@
"build": "test",
"c++": true,
"src": [
- "test/cpp/interop/empty.proto",
- "test/cpp/interop/messages.proto",
- "test/cpp/interop/test.proto",
+ "test/cpp/qps/qpstest.proto",
"test/cpp/qps/server.cc"
],
"deps": [
@@ -1451,7 +1448,8 @@
],
"deps": [
"grpc++",
- "grpc"
+ "grpc",
+ "gpr"
]
},
{
@@ -1463,7 +1461,8 @@
],
"deps": [
"grpc++",
- "grpc"
+ "grpc",
+ "gpr"
]
},
{