aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-13 13:44:40 +0000
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-11-13 13:44:40 +0000
commit860f484f43841d14df61cfeda6ca5e637ed99d19 (patch)
treeb2470444ffb18fdb0ae7bb90db52626181f28224 /build.yaml
parent61ead3e061f685f87e284bf41f7ed1cb44f347b4 (diff)
parentbd50ed8057aa9823a0fd4d0b6d5b1722c199a70d (diff)
Merge branch 'new_op' into better-profile
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml23
1 files changed, 22 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 9087c63ed4..bd93a16bcb 100644
--- a/build.yaml
+++ b/build.yaml
@@ -753,7 +753,11 @@ libs:
- test/cpp/qps/timer.h
- test/cpp/util/benchmark_config.h
src:
- - test/proto/qpstest.proto
+ - test/proto/messages.proto
+ - test/proto/benchmarks/control.proto
+ - test/proto/benchmarks/payloads.proto
+ - test/proto/benchmarks/services.proto
+ - test/proto/benchmarks/stats.proto
- test/cpp/qps/perf_db.proto
- test/cpp/qps/client_async.cc
- test/cpp/qps/client_sync.cc
@@ -2030,6 +2034,23 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: secure_sync_unary_ping_pong_test
+ build: test
+ language: c++
+ src:
+ - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
+ deps:
+ - qps
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ platforms:
+ - mac
+ - linux
+ - posix
- name: server_crash_test
build: test
language: c++