pull/837/head
Craig Tiller 10 years ago
parent 3e9cbc749a
commit b449de0bb4
  1. 12
      build.json

@ -1834,15 +1834,15 @@
]
},
{
"name": "qps_driver",
"name": "qps_client_async",
"build": "test",
"run": false,
"language": "c++",
"src": [
"test/cpp/qps/qps_driver.cc"
"test/cpp/qps/qpstest.proto",
"test/cpp/qps/client_async.cc"
],
"deps": [
"qps",
"grpc++_test_util",
"grpc_test_util",
"grpc++",
@ -1852,15 +1852,15 @@
]
},
{
"name": "qps_client_async",
"name": "qps_driver",
"build": "test",
"run": false,
"language": "c++",
"src": [
"test/cpp/qps/qpstest.proto",
"test/cpp/qps/client_async.cc"
"test/cpp/qps/qps_driver.cc"
],
"deps": [
"qps",
"grpc++_test_util",
"grpc_test_util",
"grpc++",

Loading…
Cancel
Save