aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-09 09:40:20 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-09 09:40:20 -0700
commit2c2cf6d2c57ac4ade74f8e4bc664f0fcc2db1e10 (patch)
tree04b9e7478e0f6e1d390b77cbe4d8d123be3f0c8d /build.json
parentb9de09f2acd9f85a222a1cc410051832bcc7d91c (diff)
Smoke test initial version
Diffstat (limited to 'build.json')
-rw-r--r--build.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/build.json b/build.json
index f8f23e0d33..f2a39c6f2c 100644
--- a/build.json
+++ b/build.json
@@ -1980,6 +1980,24 @@
]
},
{
+ "name": "qps_smoke_test",
+ "build": "test",
+ "run": false,
+ "language": "c++",
+ "src": [
+ "test/cpp/qps/smoke_test.cc"
+ ],
+ "deps": [
+ "qps",
+ "grpc++_test_util",
+ "grpc_test_util",
+ "grpc++",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "qps_worker",
"build": "test",
"run": false,